| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
VideoFormat |
VideoFormat.clone() |
VideoFormat |
VideoFormat.set(java.lang.String fieldName,
java.lang.Object value) |
VideoFormat |
VideoFormat.setFileType(java.lang.String fileType)
File type of the video format.
|
VideoFormat |
VideoFormat.setId(java.lang.Integer id)
ID of the video format.
|
VideoFormat |
VideoFormat.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
VideoFormat |
VideoFormat.setResolution(Size resolution)
The resolution of this video format.
|
VideoFormat |
VideoFormat.setTargetBitRate(java.lang.Integer targetBitRate)
The target bit rate of this video format.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VideoFormat> |
VideoFormatsListResponse.getVideoFormats()
Video format collection.
|
| Modifier and Type | Method and Description |
|---|---|
VideoFormatsListResponse |
VideoFormatsListResponse.setVideoFormats(java.util.List<VideoFormat> videoFormats)
Video format collection.
|