Kodi Development  20.0
for Binary and Script based Add-Ons

Inherits 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. More...
 
 getName ()
 

Function: getName()


Get the name of the actor. More...
 
 getOrder ()
 

Function: getOrder()


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

Function: getRole()


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

Function: getThumbnail()


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

Function: setName(name)


Set the name of the actor. More...
 
 setOrder (...)
 

Function: setOrder(order)


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

Function: setRole(role)


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

Function: setThumbnail(thumbnail)


Set the path / URL to the thumbnail of the actor. More...
 
SActorInfo ToActorInfo () const
 

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