. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_AccessControlContextType { const PLAY = "1"; const DOWNLOAD = "2"; const THUMBNAIL = "3"; const METADATA = "4"; }