|
| 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) |
|
CStreamDetailVideo * | ToStreamDetailVideo () const |
|
const char * | GetClassname () const |
|
LanguageHook * | GetLanguageHook () |
|
bool | isDeallocating () |
| This method should be called while holding a Synchronize on the object. More...
|
|
void | Release () const |
|
void | Acquire () const |
|
|
static short | getNumAddonClasses () |
|
virtual void | deallocating () |
| This method is meant to be called from the destructor of the lowest level class. More...
|
|
static short | getNextClassIndex () |
| This is meant to be called during static initialization and so isn't synchronized.
|
|
LanguageHook * | languageHook |
|
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/InfoTagVideo.h
- xbmc/interfaces/legacy/InfoTagVideo.cpp