You are here

class KalturaEntryType in Kaltura 6.2

Same name and namespace in other branches
  1. 5 kaltura_client/kaltura_client.php \KalturaEntryType
  2. 6 kaltura_client/kaltura_client.php \KalturaEntryType

Hierarchy

Expanded class hierarchy of KalturaEntryType

File

kaltura_client/KalturaClient.php, line 64

View source
class KalturaEntryType {
  const AUTOMATIC = -1;
  const MEDIA_CLIP = 1;
  const MIX = 2;
  const PLAYLIST = 5;
  const DATA = 6;
  const DOCUMENT = 10;

}

Members