Ads API .NET library
|
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... | |
Metadata for a video asset.
|
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.
|
getset |
true
, if a value is specified for bitRate, false
otherwise.
|
getset |
The codecs of the asset. This attribute is optional and defaults to an empty list.
|
getset |
The delivery type of the asset. This attribute is required.
|
getset |
true
, if a value is specified for deliveryType, false
otherwise.
|
getset |
The duration of the asset in milliseconds. This attribute is required.
|
getset |
true
, if a value is specified for duration, false
otherwise.
|
getset |
The maximum bitrate of the video in kbps. Only set this if the asset can play at a range of bit rates.
|
getset |
true
, if a value is specified for maximumBitRate, false
otherwise.
|
getset |
The mime type of the asset. This attribute is required.
|
getset |
true
, if a value is specified for mimeType, false
otherwise.
|
getset |
The minimum bitrate of the video in kbps. Only set this if the asset can play at a range of bit rates.
|
getset |
true
, if a value is specified for minimumBitRate, false
otherwise.
|
getset |
The scalable type of the asset. This attribute is required.
|
getset |
true
, if a value is specified for scalableType, false
otherwise.
|
getset |
The size (width and height) of the asset. This attribute is required.