type AudioSettings (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Service
DaiEncodingProfileService
Information about the audio settings of an encoding profile.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Field
|
codec
|
xsd:string
The RFC6381 codec string of the audio.
|
bitrate
|
xsd:long
The bitrate of the audio, in bits per second. Required. This value must be between 8kbps and
250 Mbps.
|
channels
|
xsd:long
The number of audio channels, including low frequency channels. This value has a maximum of 8.
|
sampleRateHertz
|
xsd:long
The audio sample rate in hertz. Must be between 44kHz and 100kHz.
|
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 `DaiEncodingProfileService` utilizes `AudioSettings` to define audio configuration. Key fields include `codec` (RFC6381 codec string), `bitrate` (8kbps-250Mbps, required), `channels` (up to 8), and `sampleRateHertz` (44kHz-100kHz). These settings specify the properties of audio in the encoding profile, defining quality and format. The service and these settings use a specific namespace: `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["# type AudioSettings (v202502)\n\n**Service** \n**DaiEncodingProfileService** **Dependencies** \n[DaiEncodingProfile](/ad-manager/api/reference/v202502/DaiEncodingProfileService.DaiEncodingProfile) \n▼\n**AudioSettings**\n\nInformation about the audio settings of an encoding profile.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ----- ||\n|-----------------------|----------------------------------------------------------------------------------------------------------------------|\n| ### `codec` | ` `xsd:`string` The RFC6381 codec string of the audio. |\n| ### `bitrate` | ` `xsd:`long` The bitrate of the audio, in bits per second. Required. This value must be between 8kbps and 250 Mbps. |\n| ### `channels` | ` `xsd:`long` The number of audio channels, including low frequency channels. This value has a maximum of 8. |\n| ### `sampleRateHertz` | ` `xsd:`long` The audio sample rate in hertz. Must be between 44kHz and 100kHz. |"]]