You are here

class KalturaPlaylistType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaPlaylistType

File

kaltura_client/KalturaClient.php, line 178

View source
class KalturaPlaylistType {
  const DYNAMIC = 10;
  const STATIC_LIST = 3;
  const EXTERNAL = 101;

}

Members