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