Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.AudioSettings Class Reference

Information about the audio settings of an encoding profile. More...

Properties

string codec [get, set]
 The RFC6381 codec string of the audio. More...
 
long bitrate [get, set]
 The bitrate of the audio, in bits per second. Required. This value must be between 8kbps and 250 Mbps. More...
 
bool bitrateSpecified [get, set]
 
long channels [get, set]
 The number of audio channels, including low frequency channels. This value has a maximum of 8. More...
 
bool channelsSpecified [get, set]
 
long sampleRateHertz [get, set]
 The audio sample rate in hertz. Must be between 44kHz and 100kHz. More...
 
bool sampleRateHertzSpecified [get, set]
 

Detailed Description

Information about the audio settings of an encoding profile.

Property Documentation

long Google.Api.Ads.AdManager.v202305.AudioSettings.bitrate
getset

The bitrate of the audio, in bits per second. Required. This value must be between 8kbps and 250 Mbps.

bool Google.Api.Ads.AdManager.v202305.AudioSettings.bitrateSpecified
getset

true, if a value is specified for bitrate, false otherwise.

long Google.Api.Ads.AdManager.v202305.AudioSettings.channels
getset

The number of audio channels, including low frequency channels. This value has a maximum of 8.

bool Google.Api.Ads.AdManager.v202305.AudioSettings.channelsSpecified
getset

true, if a value is specified for channels, false otherwise.

string Google.Api.Ads.AdManager.v202305.AudioSettings.codec
getset

The RFC6381 codec string of the audio.

long Google.Api.Ads.AdManager.v202305.AudioSettings.sampleRateHertz
getset

The audio sample rate in hertz. Must be between 44kHz and 100kHz.

bool Google.Api.Ads.AdManager.v202305.AudioSettings.sampleRateHertzSpecified
getset

true, if a value is specified for sampleRateHertz, false otherwise.


The documentation for this class was generated from the following file: