REST Resource: videoFormats

Resource: VideoFormat

Contains information about supported video formats.

JSON representation
{
  "id": integer,
  "fileType": enum (FileType),
  "targetBitRate": integer,
  "resolution": {
    object (Size)
  },
  "kind": string
}
Fields
id

integer

ID of the video format.

fileType

enum (FileType)

File type of the video format.

targetBitRate

integer

The target bit rate of this video format.

resolution

object (Size)

The resolution of this video format.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#videoFormat"

.

FileType

Enums
FLV
THREEGPP
MP4
WEBM
M3U8

Methods

get

Gets one video format by ID.

list

Lists available video formats.