[[["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 \u003ccode\u003eDaiEncodingProfileService\u003c/code\u003e utilizes the \u003ccode\u003eDaiEncodingProfile\u003c/code\u003e to define variant playlist types.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVariantType\u003c/code\u003e within \u003ccode\u003eDaiEncodingProfile\u003c/code\u003e describes whether the playlist is \u003ccode\u003eMEDIA\u003c/code\u003e, \u003ccode\u003eIFRAME\u003c/code\u003e, \u003ccode\u003eSUBTITLES\u003c/code\u003e, or \u003ccode\u003eUNKNOWN\u003c/code\u003e, specifying content type and format.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMEDIA\u003c/code\u003e playlists support audio-only, video-only, or audio and video content; \u003ccode\u003eIFRAME\u003c/code\u003e playlists require video (with or without audio); and \u003ccode\u003eSUBTITLES\u003c/code\u003e playlists are exclusively for subtitles.\u003c/p\u003e\n"]]],["The core content describes the `VariantType` within the `DaiEncodingProfileService`, part of the `v202408` namespace. It defines the type of variant playlist a profile represents. The available types are `MEDIA` (audio, video, or both), `IFRAME` (video or audio/video with mandatory video), `SUBTITLES`, and `UNKNOWN` (value not exposed by the API version). These variant playlists serve specific purposes for different content types.\n"],null,["# enum VariantType (v202408)\n\n**Service** \n**DaiEncodingProfileService** **Dependencies** \n[DaiEncodingProfile](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]