AI-generated Key Takeaways
-
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.
Describes the variant playlist type that the profile represents.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
MEDIA
|
Media variant playlist type. Media playlists may: contain audio only, video only, or audio and video. |
IFRAME
|
iFrame variant playlist type. iFrame playlists may: contain video or contain audio and video (i.e. video must be present). |
SUBTITLES
|
Subtitles variant playlist type. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |