. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_AccessControlActionType { const BLOCK = "1"; const PREVIEW = "2"; const LIMIT_FLAVORS = "3"; }