Class VideoFormat
Contains information about supported video formats.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class VideoFormat : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileType
File type of the video format.
Declaration
[JsonProperty("fileType")]
public virtual string FileType { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
ID of the video format.
Declaration
[JsonProperty("id")]
public virtual int? Id { get; set; }
Property Value
Type | Description |
---|---|
int? |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoFormat".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Resolution
The resolution of this video format.
Declaration
[JsonProperty("resolution")]
public virtual Size Resolution { get; set; }
Property Value
Type | Description |
---|---|
Size |
TargetBitRate
The target bit rate of this video format.
Declaration
[JsonProperty("targetBitRate")]
public virtual int? TargetBitRate { get; set; }
Property Value
Type | Description |
---|---|
int? |