enum DaiEncodingProfileContainerSettingsError.Reason (v202411)
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/v202411
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."],[[["\u003cp\u003e\u003ccode\u003eDaiEncodingProfileContainerSettingsError\u003c/code\u003e details reasons for errors in Dynamic Ad Insertion (DAI) encoding profile container settings.\u003c/p\u003e\n"],["\u003cp\u003eErrors can occur due to missing audio or video settings for specific container types like TS, FMP4, and HLS_AUDIO.\u003c/p\u003e\n"],["\u003cp\u003eThe error namespace is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSpecific error reasons are outlined by the provided enumeration values (\u003ccode\u003eTS_MUST_HAVE_AUDIO_OR_VIDEO_SETTINGS\u003c/code\u003e, \u003ccode\u003eFMP4_MUST_HAVE_EITHER_AUDIO_OR_VIDEO_SETTINGS\u003c/code\u003e, etc.).\u003c/p\u003e\n"]]],["The `DaiEncodingProfileContainerSettingsError` enumeration details constraints for encoding profiles. `TS` container types require either audio or video settings. `FMP4` containers need exactly one of audio or video settings. `HLS_AUDIO` containers must exclusively have audio settings. `UNKNOWN` indicates a value not exposed by the current API version. The namespace for these settings is `https://www.google.com/apis/ads/publisher/v202411`, and these configurations apply to the `DaiEncodingProfileService`.\n"],null,["# enum DaiEncodingProfileContainerSettingsError.Reason (v202411)\n\n**Service** \n**DaiEncodingProfileService** **Dependencies** \n[DaiEncodingProfileContainer...](/ad-manager/api/reference/v202411/DaiEncodingProfileService.DaiEncodingProfileContainerSettingsError \"DaiEncodingProfileContainerSettingsError\") \n▼\n**DaiEncodingProfileContainer...**\n\nDescribes reasons for `DaiEncodingProfileContainerSettingsError`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\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. |"]]