|
kodi
|
**General functions on Kodi. More...
|
Modules | |
| InfoTagGame | |
| **Kodi's game info tag class. | |
| InfoTagMusic | |
| **Kodi's music info tag class. | |
| InfoTagPicture | |
| **Kodi's picture info tag class. | |
| InfoTagRadioRDS | |
| **Kodi's radio RDS info tag class. | |
| Actor | |
| **Actor class used in combination with InfoTagVideo. | |
| VideoStreamDetail | |
| **Video stream details class used in combination with InfoTagVideo. | |
| AudioStreamDetail | |
| **Audio stream details class used in combination with InfoTagVideo. | |
| SubtitleStreamDetail | |
| **Subtitle stream details class used in combination with InfoTagVideo. | |
| InfoTagVideo | |
| **Kodi's video info tag class. | |
| Keyboard | |
| **Kodi's keyboard class. | |
| Monitor | |
| **Kodi's monitor class. | |
| Player | |
| **Kodi's player. | |
| PlayList | |
| **Kodi's Play List class. | |
| RenderCapture | |
| **Kodi's render capture. | |
Functions | |
| void | XBMCAddon::xbmc::log (const char *msg, int level) |
| void | XBMCAddon::xbmc::shutdown () |
| void | XBMCAddon::xbmc::restart () |
| void | XBMCAddon::xbmc::executescript (const char *script) |
| void | XBMCAddon::xbmc::executebuiltin (const char *function, bool wait) |
| String | XBMCAddon::xbmc::executeJSONRPC (const char *jsonrpccommand) |
| void | XBMCAddon::xbmc::sleep (long timemillis) |
| String | XBMCAddon::xbmc::getLocalizedString (int id) |
| String | XBMCAddon::xbmc::getSkinDir () |
| String | XBMCAddon::xbmc::getLanguage (int format, bool region) |
| String | XBMCAddon::xbmc::getIPAddress () |
| long | XBMCAddon::xbmc::getDVDState () |
| long | XBMCAddon::xbmc::getFreeMem () |
| String | XBMCAddon::xbmc::getInfoLabel (const char *cLine) |
| String | XBMCAddon::xbmc::getInfoImage (const char *infotag) |
| void | XBMCAddon::xbmc::playSFX (const char *filename, bool useCached) |
| void | XBMCAddon::xbmc::stopSFX () |
| void | XBMCAddon::xbmc::enableNavSounds (bool yesNo) |
| bool | XBMCAddon::xbmc::getCondVisibility (const char *condition) |
| int | XBMCAddon::xbmc::getGlobalIdleTime () |
| String | XBMCAddon::xbmc::getCacheThumbName (const String &path) |
| Tuple< String, String > | XBMCAddon::xbmc::getCleanMovieTitle (const String &path, bool usefoldername) |
| String | XBMCAddon::xbmc::getRegion (const char *id) |
| String | XBMCAddon::xbmc::getSupportedMedia (const char *mediaType) |
| bool | XBMCAddon::xbmc::skinHasImage (const char *image) |
| bool | XBMCAddon::xbmc::startServer (int iTyp, bool bStart) |
| void | XBMCAddon::xbmc::audioSuspend () |
| void | XBMCAddon::xbmc::audioResume () |
| String | XBMCAddon::xbmc::getUserAgent () |
| String | XBMCAddon::xbmc::convertLanguage (const char *language, int format) |
**General functions on Kodi.
**
Offers classes and functions that provide information about the media currently playing and that allow manipulation of the media player (such as starting a new song). You can also find system information using the functions available in this library.
1.8.13