enum DaiEncodingProfileContainerSettingsError.Reason (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Service
DaiEncodingProfileService
Describes reasons for DaiEncodingProfileContainerSettingsError
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Enumeration |
Description |
TS_MUST_HAVE_AUDIO_OR_VIDEO_SETTINGS
|
Profiles with TS container type must have at least one of audio or video settings
present.
|
FMP4_MUST_HAVE_EITHER_AUDIO_OR_VIDEO_SETTINGS
|
Profiles with FMP4 container type must have at exactly one of audio or video settings
present.
|
HLS_AUDIO_MUST_HAVE_ONLY_AUDIO_SETTINGS
|
Profiles with HLS_AUDIO container type must only have audio settings present.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[],["The `DaiEncodingProfileContainerSettingsError` describes errors related to encoding profile container settings. Key actions include setting requirements based on container type: `TS` profiles need audio or video settings, `FMP4` profiles need either audio or video settings, and `HLS_AUDIO` profiles require only audio settings. The `UNKNOWN` enumeration indicates a value not exposed by the API version. These rules ensure correct configuration of encoding profiles.\n"],null,["# enum DaiEncodingProfileContainerSettingsError.Reason (v202502)\n\n**Service** \n**DaiEncodingProfileService** **Dependencies** \n[DaiEncodingProfileContainer...](/ad-manager/api/reference/v202502/DaiEncodingProfileService.DaiEncodingProfileContainerSettingsError \"DaiEncodingProfileContainerSettingsError\") \n▼\n**DaiEncodingProfileContainer...**\n\nDescribes reasons for `DaiEncodingProfileContainerSettingsError`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|-------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| `TS_MUST_HAVE_AUDIO_OR_VIDEO_SETTINGS` | Profiles with `TS` container type must have at least one of audio or video settings present. |\n| `FMP4_MUST_HAVE_EITHER_AUDIO_OR_VIDEO_SETTINGS` | Profiles with `FMP4` container type must have at exactly one of audio or video settings present. |\n| `HLS_AUDIO_MUST_HAVE_ONLY_AUDIO_SETTINGS` | Profiles with `HLS_AUDIO` container type must only have audio settings present. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]