| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201711 |
| Modifier and Type | Field and Description |
|---|---|
static ScalableType |
ScalableType.NOT_SCALABLE |
static ScalableType |
ScalableType.RATIO_SCALABLE |
static ScalableType |
ScalableType.STRETCH_SCALABLE |
static ScalableType |
ScalableType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ScalableType |
ScalableType.fromString(String value) |
static ScalableType |
ScalableType.fromValue(String value) |
ScalableType |
VideoMetadata.getScalableType()
Gets the scalableType value for this VideoMetadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoMetadata.setScalableType(ScalableType scalableType)
Sets the scalableType 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.