You are here

class KalturaPlayableEntry in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaPlayableEntry

File

kaltura_client/KalturaClient.php, line 1398

View source
class KalturaPlayableEntry extends KalturaBaseEntry {

  /**
   * Number of plays
   *
   * @var int
   * @readonly
   */
  public $plays = null;

  /**
   * Number of views
   *
   * @var int
   * @readonly
   */
  public $views = null;

  /**
   * The width in pixels
   *
   * @var int
   * @readonly
   */
  public $width = null;

  /**
   * The height in pixels
   *
   * @var int
   * @readonly
   */
  public $height = null;

  /**
   * The duration in seconds
   *
   * @var int
   * @readonly
   */
  public $duration = null;

}

Members

Namesort descending Modifiers Type Description Overrides
KalturaBaseEntry::$adminTags public property Entry admin tags can be updated only by administrators
KalturaBaseEntry::$createdAt public property Entry creation date as Unix timestamp (In seconds)
KalturaBaseEntry::$description public property Entry description
KalturaBaseEntry::$downloadUrl public property Download URL for the entry
KalturaBaseEntry::$groupId public property
KalturaBaseEntry::$id public property Auto generated 10 characters alphanumeric string
KalturaBaseEntry::$licenseType public property License type used for this entry
KalturaBaseEntry::$name public property Entry name (Min 1 chars)
KalturaBaseEntry::$partnerData public property Can be used to store various partner related data as a string
KalturaBaseEntry::$partnerId public property @readonly
KalturaBaseEntry::$rank public property Calculated rank
KalturaBaseEntry::$searchText public property Indexed search text for full text search
KalturaBaseEntry::$status public property @readonly
KalturaBaseEntry::$tags public property Entry tags
KalturaBaseEntry::$thumbnailUrl public property Thumbnail URL
KalturaBaseEntry::$totalRank public property The total (sum) of all votes
KalturaBaseEntry::$type public property The type of the entry, this is auto filled by the derived entry object
KalturaBaseEntry::$userId public property The ID of the user who is the owner of this entry
KalturaBaseEntry::$version public property Version of the entry data
KalturaBaseEntry::$votes public property Number of votes
KalturaObjectBase::addIfNotNull protected function
KalturaObjectBase::toParams public function
KalturaPlayableEntry::$duration public property The duration in seconds
KalturaPlayableEntry::$height public property The height in pixels
KalturaPlayableEntry::$plays public property Number of plays
KalturaPlayableEntry::$views public property Number of views
KalturaPlayableEntry::$width public property The width in pixels