Table of Contents

Class File.VideoMediaMetadataData

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

Additional metadata about video media. This may not be available immediately upon upload.

public class File.VideoMediaMetadataData
Inheritance
File.VideoMediaMetadataData
Inherited Members

Constructors

VideoMediaMetadataData()

public VideoMediaMetadataData()

Properties

DurationMillis

The duration of the video in milliseconds.

public virtual long? DurationMillis { get; set; }

Property Value

long?

Height

The height of the video in pixels.

public virtual int? Height { get; set; }

Property Value

int?

Width

The width of the video in pixels.

public virtual int? Width { get; set; }

Property Value

int?