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

#include <InfoTagVideo.h>

Inheritance diagram for XBMCAddon::xbmc::VideoStreamDetail:
XBMCAddon::AddonClass

Public Member Functions

 VideoStreamDetail (...)
 

Function: xbmc.VideoStreamDetail([width, height, aspect, duration, codec, stereomode, language, hdrtype])


Creates a single video stream details class for a video item wrapped by InfoTagVideo.
 
 getWidth ()
 

Function: getWidth()


Get the width of the video stream in pixel.
 
 getHeight ()
 

Function: getHeight()


Get the height of the video stream in pixel.
 
 getAspect ()
 

Function: getAspect()


Get the aspect ratio of the video stream.
 
 getDuration ()
 

Function: getDuration()


Get the duration of the video stream in seconds.
 
 getCodec ()
 

Function: getCodec()


Get the codec of the stream.
 
 getStereoMode ()
 

Function: getStereoMode()


Get the stereo mode of the video stream.
 
 getLanguage ()
 

Function: getLanguage()


Get the language of the stream.
 
 getHDRType ()
 

Function: getHDRType()


Get the HDR type of the stream.
 
 setWidth (...)
 

Function: setWidth(width)


Set the width of the video stream in pixel.
 
 setHeight (...)
 

Function: setHeight(height)


Set the height of the video stream in pixel.
 
 setAspect (...)
 

Function: setAspect(aspect)


Set the aspect ratio of the video stream.
 
 setDuration (...)
 

Function: setDuration(duration)


Set the duration of the video stream in seconds.
 
 setCodec (...)
 

Function: setCodec(codec)


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

Function: setStereoMode(stereomode)


Set the stereo mode of the video stream.
 
 setLanguage (...)
 

Function: setLanguage(language)


Set the language of the stream.
 
 setHDRType (...)
 

Function: setHDRType(hdrtype)


Set the HDR type of the stream.
 
CStreamDetailVideoToStreamDetailVideo () 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: