Ads API .NET library
|
Represents a targetable position within a video. A video ad can be targeted to a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index. More...
Properties | |
VideoPositionType | positionType [get, set] |
The type of video position (pre-roll, mid-roll, or post-roll). More... | |
bool | positionTypeSpecified [get, set] |
int | midrollIndex [get, set] |
The index of the mid-roll to target. Only valid if the positionType is VideoPositionType::MIDROLL, otherwise this field will be ignored. More... | |
bool | midrollIndexSpecified [get, set] |
Represents a targetable position within a video. A video ad can be targeted to a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index.
|
getset |
The index of the mid-roll to target. Only valid if the positionType is VideoPositionType::MIDROLL, otherwise this field will be ignored.
|
getset |
true
, if a value is specified for midrollIndex, false
otherwise.
|
getset |
The type of video position (pre-roll, mid-roll, or post-roll).
|
getset |
true
, if a value is specified for positionType, false
otherwise.