AI-generated Key Takeaways
- 
          The VideoFormat resource contains information about supported video formats. 
- 
          Supported video file types include FLV, THREEGPP, MP4, WEBM, and M3U8. 
- 
          You can retrieve a single video format by ID using the getmethod or list all available video formats using thelistmethod.
- 
          Each video format has an ID, file type, target bit rate, resolution, and a fixed kindstring.
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. |