. // // @ignore // =================================================================================================== /** * @namespace */ namespace Kaltura\Client\Enum; /** * @package Kaltura * @subpackage Client */ class ChannelEnrichment extends \Kaltura\Client\EnumBase { const CLIENTLOCATION = "ClientLocation"; const USERID = "UserId"; const HOUSEHOLDID = "HouseholdId"; const DEVICEID = "DeviceId"; const DEVICETYPE = "DeviceType"; const UTCOFFSET = "UTCOffset"; const LANGUAGE = "Language"; const NPVRSUPPORT = "NPVRSupport"; const CATCHUP = "Catchup"; const PARENTAL = "Parental"; const DTTREGION = "DTTRegion"; const ATHOME = "AtHome"; }