|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Actor class used in combination with InfoTagVideo. More...
Classes | |
| class | XBMCAddon::xbmc::Actor |
Functions | |
| XBMCAddon::xbmc::Actor::Actor (...) | |
| |
| XBMCAddon::xbmc::Actor::getName () | |
| |
| XBMCAddon::xbmc::Actor::getRole () | |
| |
| XBMCAddon::xbmc::Actor::getOrder () | |
| |
| XBMCAddon::xbmc::Actor::getThumbnail () | |
| |
| XBMCAddon::xbmc::Actor::setName (...) | |
| |
| XBMCAddon::xbmc::Actor::setRole (...) | |
| |
| XBMCAddon::xbmc::Actor::setOrder (...) | |
| |
| XBMCAddon::xbmc::Actor::setThumbnail (...) | |
| |
Actor class used in combination with InfoTagVideo.
Class: xbmc.Actor([name, role, order, thumbnail]) Represents a single actor in the cast of a video item wrapped by InfoTagVideo.
Example:
| XBMCAddon::xbmc::Actor::Actor | ( | ... | ) |
Function: xbmc.Actor([name, role, order, thumbnail]) | name | [opt] string - Name of the actor. |
| role | [opt] string - Role of the actor in the specific video item. |
| order | [opt] integer - Order of the actor in the cast of the specific video item. |
| thumbnail | [opt] string - Path / URL to the thumbnail of the actor. |
Example:
| XBMCAddon::xbmc::Actor::getName | ( | ) |
Function: getName() | XBMCAddon::xbmc::Actor::getOrder | ( | ) |
Function: getOrder() | XBMCAddon::xbmc::Actor::getRole | ( | ) |
Function: getRole() | XBMCAddon::xbmc::Actor::getThumbnail | ( | ) |
Function: getThumbnail() | XBMCAddon::xbmc::Actor::setName | ( | ... | ) |
Function: setName(name) | name | string - Name of the actor. |
| XBMCAddon::xbmc::Actor::setOrder | ( | ... | ) |
Function: setOrder(order) | order | integer - Order of the actor in the cast of the specific video item. |
| XBMCAddon::xbmc::Actor::setRole | ( | ... | ) |
Function: setRole(role) | role | string - Role of the actor in the specific video item. |
| XBMCAddon::xbmc::Actor::setThumbnail | ( | ... | ) |
Function: setThumbnail(thumbnail) | thumbnail | string - Path / URL to the thumbnail of the actor. |