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

#include <InfoTagPicture.h>

Inheritance diagram for XBMCAddon::xbmc::InfoTagPicture:
XBMCAddon::AddonClass

Public Member Functions

 InfoTagPicture (const CPictureInfoTag *tag)
 
 InfoTagPicture (CPictureInfoTag *tag, bool offscreen=false)
 
 InfoTagPicture (...)
 

Function: xbmc.InfoTagPicture([offscreen])


Create a picture info tag.
 
 ~InfoTagPicture () override
 
 getResolution ()
 

Function: getResolution()


Get the resolution of the picture in the format "w x h".
 
 getDirector ()
 

Function: getDateTimeTaken()


Get the date and time at which the picture was taken in W3C format.
 
 setResolution (...)
 

Function: setResolution(width, height)


Sets the resolution of the picture.
 
 setDateTimeTaken (...)
 

Function: setDateTimeTaken(datetimetaken)


Sets the date and time at which the picture was taken in W3C format. The following formats are supported:
 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
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
LanguageHooklanguageHook
 

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