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

Information about the video 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 video, in bits per second. This value must be between 32kbps and 250 Mbps. More...
 
bool bitrateSpecified [get, set]
 
double framesPerSecond [get, set]
 The frames per second of the video. This value will be truncated to three decimal places. More...
 
bool framesPerSecondSpecified [get, set]
 
Size resolution [get, set]
 The resolution of the video, in pixels. More...
 

Detailed Description

Information about the video settings of an encoding profile.

Property Documentation

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

The bitrate of the video, in bits per second. This value must be between 32kbps and 250 Mbps.

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

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

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

The RFC6381 codec string of the audio.

double Google.Api.Ads.AdManager.v202305.VideoSettings.framesPerSecond
getset

The frames per second of the video. This value will be truncated to three decimal places.

bool Google.Api.Ads.AdManager.v202305.VideoSettings.framesPerSecondSpecified
getset

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

Size Google.Api.Ads.AdManager.v202305.VideoSettings.resolution
getset

The resolution of the video, in pixels.


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