Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XBMCAddon::xbmc::AudioStreamDetail Class Reference

#include <InfoTagVideo.h>

Inheritance diagram for XBMCAddon::xbmc::AudioStreamDetail:
XBMCAddon::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.
 
 getChannels ()
 

Function: getChannels()


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

Function: getCodec()


Get the codec of the stream.
 
 getLanguage ()
 

Function: getLanguage()


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

Function: setChannels(channels)


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

Function: setCodec(codec)


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

Function: setLanguage(language)


Set the language of the stream.
 
CStreamDetailAudioToStreamDetailAudio () const
 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
bool isDeallocating ()
 
void Release () const
 
void Acquire () const
 

Additional Inherited Members

- Static Public Member Functions inherited from XBMCAddon::AddonClass
static short getNumAddonClasses ()
 
- Protected Member Functions inherited from XBMCAddon::AddonClass
virtual void deallocating ()
 
- Static Protected Member Functions inherited from XBMCAddon::AddonClass
static short getNextClassIndex ()
 
- Protected Attributes inherited from XBMCAddon::AddonClass
LanguageHooklanguageHook
 

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