Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <InfoTagPicture.h>
Public Member Functions | |
InfoTagPicture (const CPictureInfoTag *tag) | |
InfoTagPicture (CPictureInfoTag *tag, bool offscreen=false) | |
InfoTagPicture (...) | |
| |
~InfoTagPicture () override | |
getResolution () | |
| |
getDirector () | |
| |
setResolution (...) | |
| |
setDateTimeTaken (...) | |
| |
Public Member Functions inherited from XBMCAddon::AddonClass | |
AddonClass () | |
virtual | ~AddonClass () |
const char * | GetClassname () const |
LanguageHook * | GetLanguageHook () |
bool | isDeallocating () |
void | Release () const |
void | Acquire () const |
Static Public Member Functions | |
static void | setResolutionRaw (CPictureInfoTag *infoTag, const String &resolution) |
static void | setResolutionRaw (CPictureInfoTag *infoTag, int width, int height) |
static void | setDateTimeTakenRaw (CPictureInfoTag *infoTag, String datetimetaken) |
Static Public Member Functions inherited from XBMCAddon::AddonClass | |
static short | getNumAddonClasses () |
Additional Inherited Members | |
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 | |
LanguageHook * | languageHook |