Audio stream details class used in combination with InfoTagVideo.
Class: xbmc.AudioStreamDetail([channels, codec, language])
Represents a single selectable audio stream for a video item wrapped by InfoTagVideo.
Example:
Modules | |
SubtitleStreamDetail | |
Subtitle stream details class used in combination with InfoTagVideo. | |
AudioStreamDetail | ( | ... | ) |
Function: xbmc.AudioStreamDetail([channels, codec, language])
channels | [opt] integer - Number of channels in the audio stream. |
codec | [opt] string - Codec of the audio stream. |
language | [opt] string - Language of the audio stream. |
Example:
getChannels | ( | ) |
Function: getChannels()
getCodec | ( | ) |
Function: getCodec()
getLanguage | ( | ) |
Function: getLanguage()
setChannels | ( | ... | ) |
Function: setChannels(channels)
channels | integer - Number of channels in the stream. |
setCodec | ( | ... | ) |
Function: setCodec(codec)
codec | string - Codec of the stream. |
setLanguage | ( | ... | ) |
Function: setLanguage(language)
language | string - Language of the stream. |