| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201705 |
| Modifier and Type | Field and Description |
|---|---|
static VideoDeliveryType |
VideoDeliveryType.PROGRESSIVE |
static VideoDeliveryType |
VideoDeliveryType.STREAMING |
static VideoDeliveryType |
VideoDeliveryType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static VideoDeliveryType |
VideoDeliveryType.fromString(String value) |
static VideoDeliveryType |
VideoDeliveryType.fromValue(String value) |
VideoDeliveryType |
VideoMetadata.getDeliveryType()
Gets the deliveryType value for this VideoMetadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoMetadata.setDeliveryType(VideoDeliveryType deliveryType)
Sets the deliveryType value for this VideoMetadata.
|
| Constructor and Description |
|---|
VideoMetadata(ScalableType scalableType,
Integer duration,
Integer bitRate,
Integer minimumBitRate,
Integer maximumBitRate,
Size size,
MimeType mimeType,
VideoDeliveryType deliveryType,
String[] codecs) |
Copyright © 2018. All Rights Reserved.