AI-generated Key Takeaways
-
The VideoFormat resource contains information about supported video formats.
-
The VideoFormat resource has fields for ID, file type, target bit rate, resolution, and resource kind.
-
The FileType enum lists supported video file types including FLV, THREEGPP, MP4, WEBM, and M3U8.
-
Methods are available to get a single video format by ID or list all available video formats.
Resource: VideoFormat
Contains information about supported video formats.
| JSON representation |
|---|
{ "id" : integer , "fileType" : enum ( |
| Fields | |
|---|---|
id
|
ID of the video format. |
fileType
|
File type of the video format. |
targetBitRate
|
The target bit rate of this video format. |
resolution
|
The resolution of this video format. |
kind
|
Identifies what kind of resource this is. Value: the fixed string . |
FileType
| Enums | |
|---|---|
FLV
|
|
THREEGPP
|
|
MP4
|
|
WEBM
|
|
M3U8
|
|
Methods |
|
|---|---|
|
Gets one video format by ID. |
|
Lists available video formats. |

