Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Subtitle stream details class used in combination with InfoTagVideo. More...
Classes | |
class | XBMCAddon::xbmc::SubtitleStreamDetail |
Functions | |
XBMCAddon::xbmc::SubtitleStreamDetail::SubtitleStreamDetail (...) | |
| |
XBMCAddon::xbmc::SubtitleStreamDetail::getLanguage () | |
| |
XBMCAddon::xbmc::SubtitleStreamDetail::setLanguage (...) | |
| |
Subtitle stream details class used in combination with InfoTagVideo.
Class: xbmc.SubtitleStreamDetail([language])
Represents a single selectable subtitle stream for a video item wrapped by InfoTagVideo.
Example:
XBMCAddon::xbmc::SubtitleStreamDetail::getLanguage | ( | ) |
Function: getLanguage()
XBMCAddon::xbmc::SubtitleStreamDetail::setLanguage | ( | ... | ) |
Function: setLanguage(language)
language | string - Language of the stream. |
XBMCAddon::xbmc::SubtitleStreamDetail::SubtitleStreamDetail | ( | ... | ) |
Function: xbmc.SubtitleStreamDetail([language])
language | [opt] string - Language of the subtitle. |
Example: