Show / Hide Table of Contents

Class VideoFormat

Contains information about supported video formats.

Inheritance
object
VideoFormat
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX