You are here

class KalturaSourceType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaSourceType

File

kaltura_client/KalturaClient.php, line 221

View source
class KalturaSourceType {
  const FILE = 1;
  const WEBCAM = 2;
  const URL = 5;
  const SEARCH_PROVIDER = 6;

}

Members