You are here

class KalturaEntryStatus in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaEntryStatus

File

kaltura_client/KalturaClient.php, line 52

View source
class KalturaEntryStatus {
  const ERROR_CONVERTING = -1;
  const IMPORT = 0;
  const PRECONVERT = 1;
  const READY = 2;
  const DELETED = 3;
  const PENDING = 4;
  const MODERATE = 5;
  const BLOCKED = 6;

}

Members