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:
Modules | |
InfoTagVideo | |
Kodi's video info tag class. | |
SubtitleStreamDetail | ( | ... | ) |
Function: xbmc.SubtitleStreamDetail([language])
language | [opt] string - Language of the subtitle. |
Example:
getLanguage | ( | ) |
Function: getLanguage()
setLanguage | ( | ... | ) |
Function: setLanguage(language)
language | string - Language of the stream. |