[[["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 2024-11-19 UTC."],[[["The DaiEncodingProfileService uses the DaiEncodingProfile to define variant playlist types."],["VariantType, within DaiEncodingProfile, describes whether the playlist is for media, iFrame, subtitles, or an unknown type."],["Playlists can contain audio only, video only, or a combination of both, depending on the VariantType."],["iFrame playlists must contain video, while media playlists can have audio only, video only, or both."],["An \"unknown\" type is returned if the API version doesn't expose the actual VariantType value."]]],["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"]]