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

Metadata for a video asset. More...

Properties

ScalableType scalableType [get, set]
 The scalable type of the asset. This attribute is required. More...
 
bool scalableTypeSpecified [get, set]
 
int duration [get, set]
 The duration of the asset in milliseconds. This attribute is required. More...
 
bool durationSpecified [get, set]
 
int bitRate [get, set]
 The bit rate of the asset in kbps. If the asset can play at a range of bit rates (such as an Http Live Streaming video), then set the bit rate to zero and populate the minimum and maximum bit rate instead. More...
 
bool bitRateSpecified [get, set]
 
int minimumBitRate [get, set]
 The minimum bitrate of the video in kbps. Only set this if the asset can play at a range of bit rates. More...
 
bool minimumBitRateSpecified [get, set]
 
int maximumBitRate [get, set]
 The maximum bitrate of the video in kbps. Only set this if the asset can play at a range of bit rates. More...
 
bool maximumBitRateSpecified [get, set]
 
Size size [get, set]
 The size (width and height) of the asset. This attribute is required. More...
 
MimeType mimeType [get, set]
 The mime type of the asset. This attribute is required. More...
 
bool mimeTypeSpecified [get, set]
 
VideoDeliveryType deliveryType [get, set]
 The delivery type of the asset. This attribute is required. More...
 
bool deliveryTypeSpecified [get, set]
 
string[] codecs [get, set]
 The codecs of the asset. This attribute is optional and defaults to an empty list. More...
 

Detailed Description

Metadata for a video asset.

Property Documentation

int Google.Api.Ads.AdManager.v202305.VideoMetadata.bitRate
getset

The bit rate of the asset in kbps. If the asset can play at a range of bit rates (such as an Http Live Streaming video), then set the bit rate to zero and populate the minimum and maximum bit rate instead.

bool Google.Api.Ads.AdManager.v202305.VideoMetadata.bitRateSpecified
getset

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

string [] Google.Api.Ads.AdManager.v202305.VideoMetadata.codecs
getset

The codecs of the asset. This attribute is optional and defaults to an empty list.

VideoDeliveryType Google.Api.Ads.AdManager.v202305.VideoMetadata.deliveryType
getset

The delivery type of the asset. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.VideoMetadata.deliveryTypeSpecified
getset

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

int Google.Api.Ads.AdManager.v202305.VideoMetadata.duration
getset

The duration of the asset in milliseconds. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.VideoMetadata.durationSpecified
getset

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

int Google.Api.Ads.AdManager.v202305.VideoMetadata.maximumBitRate
getset

The maximum bitrate of the video in kbps. Only set this if the asset can play at a range of bit rates.

bool Google.Api.Ads.AdManager.v202305.VideoMetadata.maximumBitRateSpecified
getset

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

MimeType Google.Api.Ads.AdManager.v202305.VideoMetadata.mimeType
getset

The mime type of the asset. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.VideoMetadata.mimeTypeSpecified
getset

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

int Google.Api.Ads.AdManager.v202305.VideoMetadata.minimumBitRate
getset

The minimum bitrate of the video in kbps. Only set this if the asset can play at a range of bit rates.

bool Google.Api.Ads.AdManager.v202305.VideoMetadata.minimumBitRateSpecified
getset

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

ScalableType Google.Api.Ads.AdManager.v202305.VideoMetadata.scalableType
getset

The scalable type of the asset. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.VideoMetadata.scalableTypeSpecified
getset

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

Size Google.Api.Ads.AdManager.v202305.VideoMetadata.size
getset

The size (width and height) of the asset. This attribute is required.


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