type AudioSettings (v202411)

  • AudioSettings provides information about the audio configuration of an encoding profile.

  • Key fields include the audio codec, bitrate (required and between 8kbps and 250 Mbps), number of channels (maximum 8), and sample rate (between 44kHz and 100kHz).

  • AudioSettings is part of the DaiEncodingProfileService and is defined within the https://www.google.com/apis/ads/publisher/v202411 namespace.

Information about the audio settings of an encoding profile.


Namespace
https://www.google.com/apis/ads/publisher/v202411

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.