Kodi Development  20.0
for Binary and Script based Add-Ons

Inherits AddonClass.

Public Member Functions

 AudioStreamDetail (...)
 

Function: xbmc.AudioStreamDetail([channels, codec, language])


Creates a single audio stream details class for a video item wrapped by InfoTagVideo. More...
 
 getChannels ()
 

Function: getChannels()


Get the number of channels in the stream. More...
 
 getCodec ()
 

Function: getCodec()


Get the codec of the stream. More...
 
 getLanguage ()
 

Function: getLanguage()


Get the language of the stream. More...
 
 setChannels (...)
 

Function: setChannels(channels)


Set the number of channels in the stream. More...
 
 setCodec (...)
 

Function: setCodec(codec)


Set the codec of the stream. More...
 
 setLanguage (...)
 

Function: setLanguage(language)


Set the language of the stream. More...
 
CStreamDetailAudio * ToStreamDetailAudio () const
 

The documentation for this class was generated from the following file: