[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[],[],null,["- [Resource: VideoFormat](#VideoFormat)\n - [JSON representation](#VideoFormat.SCHEMA_REPRESENTATION)\n- [FileType](#FileType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: VideoFormat Contains information about supported video formats.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": integer, \"fileType\": enum (/doubleclick-advertisers/rest/v5/videoFormats#FileType), \"targetBitRate\": integer, \"resolution\": { object (/doubleclick-advertisers/rest/v5/sizes#Size) }, \"kind\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------|\n| `id` | `integer` ID of the video format. |\n| `fileType` | `enum (`[FileType](/doubleclick-advertisers/rest/v5/videoFormats#FileType)`)` File type of the video format. |\n| `targetBitRate` | `integer` The target bit rate of this video format. |\n| `resolution` | `object (`[Size](/doubleclick-advertisers/rest/v5/sizes#Size)`)` The resolution of this video format. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#videoFormat\"` . |\n\nFileType\n\n| Enums ||\n|------------|---|\n| `FLV` | |\n| `THREEGPP` | |\n| `MP4` | |\n| `WEBM` | |\n| `M3U8` | |\n\n| Methods ||\n|------------------------------------------------------------|--------------------------------|\n| [get](/doubleclick-advertisers/rest/v5/videoFormats/get) | Gets one video format by ID. |\n| [list](/doubleclick-advertisers/rest/v5/videoFormats/list) | Lists available video formats. |"]]