public enum AssetType : String, Codable
Asset content type. Specifies the type of media content.
[IMAGE](#/s:9embed_sdk9AssetTypeO5IMAGEyA2CmF)
Image content
Swift
case IMAGE = "image"
[VIDEO](#/s:9embed_sdk9AssetTypeO5VIDEOyA2CmF)
Video content
Swift
case VIDEO = "video"
[PDF](#/s:9embed_sdk9AssetTypeO3PDFyA2CmF)
PDF document
Swift
case PDF = "pdf"
[PSD](#/s:9embed_sdk9AssetTypeO3PSDyA2CmF)
Photoshop document
Swift
case PSD = "psd"