|
| | XBMCCOMMONS_STANDARD_EXCEPTION (KeyboardException) |
| |
| void | log (const char *msg, int level) |
| |
| void | shutdown () |
| |
| void | restart () |
| |
| void | executescript (const char *script) |
| |
| void | executebuiltin (const char *function, bool wait) |
| |
| String | executeJSONRPC (const char *jsonrpccommand) |
| |
| void | sleep (long timemillis) |
| |
| String | getLocalizedString (int id) |
| |
| String | getSkinDir () |
| |
| String | getLanguage (int format, bool region) |
| |
| String | getIPAddress () |
| |
| long | getDVDState () |
| |
| long | getFreeMem () |
| |
| String | getInfoLabel (const char *cLine) |
| |
| String | getInfoImage (const char *infotag) |
| |
| void | playSFX (const char *filename, bool useCached) |
| |
| void | stopSFX () |
| |
| void | enableNavSounds (bool yesNo) |
| |
| bool | getCondVisibility (const char *condition) |
| |
| int | getGlobalIdleTime () |
| |
| String | getCacheThumbName (const String &path) |
| |
| String | makeLegalFilename (const String &filename, bool fatX) |
| |
| String | translatePath (const String &path) |
| |
| Tuple< String, String > | getCleanMovieTitle (const String &path, bool usefoldername) |
| |
| String | validatePath (const String &path) |
| |
| String | getRegion (const char *id) |
| |
| String | getSupportedMedia (const char *mediaType) |
| |
| bool | skinHasImage (const char *image) |
| |
| bool | startServer (int iTyp, bool bStart, bool bWait) |
| |
| void | audioSuspend () |
| |
| void | audioResume () |
| |
| String | convertLanguage (const char *language, int format) |
| |
| String | getUserAgent () |
| |
| int | getSERVER_WEBSERVER () |
| |
| int | getSERVER_AIRPLAYSERVER () |
| |
| int | getSERVER_UPNPSERVER () |
| |
| int | getSERVER_UPNPRENDERER () |
| |
| int | getSERVER_EVENTSERVER () |
| |
| int | getSERVER_JSONRPCSERVER () |
| |
| int | getSERVER_ZEROCONF () |
| |
| int | getPLAYLIST_MUSIC () |
| |
| int | getPLAYLIST_VIDEO () |
| |
| int | getTRAY_OPEN () |
| |
| int | getDRIVE_NOT_READY () |
| |
| int | getTRAY_CLOSED_NO_MEDIA () |
| |
| int | getTRAY_CLOSED_MEDIA_PRESENT () |
| |
| int | getLOGDEBUG () |
| |
| int | getLOGINFO () |
| |
| int | getLOGNOTICE () |
| |
| int | getLOGWARNING () |
| |
| int | getLOGERROR () |
| |
| int | getLOGSEVERE () |
| |
| int | getLOGFATAL () |
| |
| int | getLOGNONE () |
| |
| int | getISO_639_1 () |
| |
| int | getISO_639_2 () |
| |
| int | getENGLISH_NAME () |
| |
| | XBMCCOMMONS_STANDARD_EXCEPTION (PlayerException) |
| |
| | XBMCCOMMONS_STANDARD_EXCEPTION (PlayListException) |
| |
| | XBMCCOMMONS_STANDARD_EXCEPTION (RenderCaptureException) |
| |