Kodi Development  20.0
for Binary and Script based Add-Ons

Inherits AddonClass.

Public Member Functions

 getDirector ()
 

Function: getDateTimeTaken()


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

Function: getResolution()


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

Function: xbmc.InfoTagPicture([offscreen])


Create a picture info tag. More...
 
 InfoTagPicture (const CPictureInfoTag *tag)
 
 InfoTagPicture (CPictureInfoTag *tag, bool offscreen=false)
 
 setDateTimeTaken (...)
 

Function: setDateTimeTaken(datetimetaken)


Sets the date and time at which the picture was taken in W3C format. The following formats are supported: More...
 
 setResolution (...)
 

Function: setResolution(width, height)


Sets the resolution of the picture. More...
 

Static Public Member Functions

static void setDateTimeTakenRaw (CPictureInfoTag *infoTag, String datetimetaken)
 
static void setResolutionRaw (CPictureInfoTag *infoTag, const String &resolution)
 
static void setResolutionRaw (CPictureInfoTag *infoTag, int width, int height)
 

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