. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_AssetType { const ATTACHMENT = "attachment.Attachment"; const CAPTION = "caption.Caption"; const DOCUMENT = "document.Document"; const IMAGE = "document.Image"; const PDF = "document.PDF"; const SWF = "document.SWF"; const WIDEVINE_FLAVOR = "widevine.WidevineFlavor"; const FLAVOR = "1"; const THUMBNAIL = "2"; }