You are here

class KalturaMixEntry in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaMixEntry

5 string references to 'KalturaMixEntry'
KalturaMixingService::add in kaltura_client/KalturaClient.php
KalturaMixingService::appendMediaEntry in kaltura_client/KalturaClient.php
KalturaMixingService::cloneAction in kaltura_client/KalturaClient.php
KalturaMixingService::get in kaltura_client/KalturaClient.php
KalturaMixingService::update in kaltura_client/KalturaClient.php

File

kaltura_client/KalturaClient.php, line 1605

View source
class KalturaMixEntry extends KalturaPlayableEntry {

  /**
   * Indicates whether the user has submited a real thumbnail to the mix (Not the one that was generated automaticaly)
   *
   * @var bool
   * @readonly
   */
  public $hasRealThumbnail = null;

  /**
   * The editor type used to edit the metadata
   *
   * @var KalturaEditorType
   */
  public $editorType = null;

  /**
   * The xml data of the mix
   *
   * @var string
   */
  public $dataContent = 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
KalturaMixEntry::$dataContent public property The xml data of the mix
KalturaMixEntry::$editorType public property The editor type used to edit the metadata
KalturaMixEntry::$hasRealThumbnail public property Indicates whether the user has submited a real thumbnail to the mix (Not the one that was generated automaticaly)
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