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:
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. |