You are here

class KalturaBatchJobType in Kaltura 6.2

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

Hierarchy

Expanded class hierarchy of KalturaBatchJobType

File

kaltura_client/KalturaClient.php, line 25

View source
class KalturaBatchJobType {
  const CONVERT = 0;
  const IMPORT = 1;
  const DELETE = 2;
  const FLATTEN = 3;
  const BULKUPLOAD = 4;
  const DVDCREATOR = 5;
  const DOWNLOAD = 6;
  const OOCONVERT = 7;
  const PRECONVERT = 10;
  const POSTCONVERT = 11;
  const PROJECT = 1000;

}

Members