xbmc
Public Member Functions | List of all members
XBMCAddon::xbmc::VideoStreamDetail Class Reference
Inheritance diagram for XBMCAddon::xbmc::VideoStreamDetail:
Inheritance graph
[legend]
Collaboration diagram for XBMCAddon::xbmc::VideoStreamDetail:
Collaboration graph
[legend]

Public Member Functions

 VideoStreamDetail (int width=0, int height=0, float aspect=0.0f, int duration=0, const String &codec=emptyString, const String &stereomode=emptyString, const String &language=emptyString, const String &hdrtype=emptyString)
 
int getWidth () const
 
int getHeight () const
 
float getAspect () const
 
int getDuration () const
 
String getCodec () const
 
String getStereoMode () const
 
String getLanguage () const
 
String getHDRType () const
 
void setWidth (int width)
 
void setHeight (int height)
 
void setAspect (float aspect)
 
void setDuration (int duration)
 
void setCodec (const String &codec)
 
void setStereoMode (const String &stereomode)
 
void setLanguage (const String &language)
 
void setHDRType (const String &hdrtype)
 
CStreamDetailVideoToStreamDetailVideo () const
 
- Public Member Functions inherited from XBMCAddon::AddonClass
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
bool isDeallocating ()
 This method should be called while holding a Synchronize on the object. More...
 
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 ()
 This method is meant to be called from the destructor of the lowest level class. More...
 
- Static Protected Member Functions inherited from XBMCAddon::AddonClass
static short getNextClassIndex ()
 This is meant to be called during static initialization and so isn't synchronized.
 
- Protected Attributes inherited from XBMCAddon::AddonClass
LanguageHooklanguageHook
 

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