[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe DaiEncodingProfileService uses the DaiEncodingProfile to define variant playlist types.\u003c/p\u003e\n"],["\u003cp\u003eVariantType, within DaiEncodingProfile, describes whether the playlist is for media, iFrame, subtitles, or an unknown type.\u003c/p\u003e\n"],["\u003cp\u003ePlaylists can contain audio only, video only, or a combination of both, depending on the VariantType.\u003c/p\u003e\n"],["\u003cp\u003eiFrame playlists must contain video, while media playlists can have audio only, video only, or both.\u003c/p\u003e\n"],["\u003cp\u003eAn "unknown" type is returned if the API version doesn't expose the actual VariantType value.\u003c/p\u003e\n"]]],["The `DaiEncodingProfileService` utilizes `DaiEncodingProfile`, which defines the `VariantType` of a playlist. Possible types include `MEDIA` (audio-only, video-only, or both), `IFRAME` (video or audio/video), and `SUBTITLES`. `UNKNOWN` is returned when the specific value isn't exposed by the API version. The service namespace is `https://www.google.com/apis/ads/publisher/v202411`. These types categorize the content that a playlist may provide to users.\n"],null,["# enum VariantType (v202411)\n\n**Service** \n**DaiEncodingProfileService** **Dependencies** \n[DaiEncodingProfile](/ad-manager/api/reference/v202411/DaiEncodingProfileService.DaiEncodingProfile) \n▼\n**VariantType**\n\nDescribes the variant playlist type that the profile represents.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|----------------------------------------------------------------------------------------------------------------------------|\n| `MEDIA` | Media variant playlist type. Media playlists may: contain audio only, video only, or audio and video. |\n| `IFRAME` | iFrame variant playlist type. iFrame playlists may: contain video or contain audio and video (i.e. video must be present). |\n| `SUBTITLES` | Subtitles variant playlist type. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]