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

#include <InfoTagVideo.h>

Inheritance diagram for XBMCAddon::xbmc::Actor:
XBMCAddon::AddonClass

Public Member Functions

 Actor (...)
 

Function: xbmc.Actor([name, role, order, thumbnail])


Creates a single actor for the cast of a video item wrapped by InfoTagVideo.
 
 getName ()
 

Function: getName()


Get the name of the actor.
 
 getRole ()
 

Function: getRole()


Get the role of the actor in the specific video item.
 
 getOrder ()
 

Function: getOrder()


Get the order of the actor in the cast of the specific video item.
 
 getThumbnail ()
 

Function: getThumbnail()


Get the path / URL to the thumbnail of the actor.
 
 setName (...)
 

Function: setName(name)


Set the name of the actor.
 
 setRole (...)
 

Function: setRole(role)


Set the role of the actor in the specific video item.
 
 setOrder (...)
 

Function: setOrder(order)


Set the order of the actor in the cast of the specific video item.
 
 setThumbnail (...)
 

Function: setThumbnail(thumbnail)


Set the path / URL to the thumbnail of the actor.
 
SActorInfo ToActorInfo () const
 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
bool isDeallocating ()
 
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 ()
 
- 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: