Class File.VideoMediaMetadataData
Output only. Additional metadata about video media. This may not be available immediately upon upload.
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class File.VideoMediaMetadataData
Properties
DurationMillis
Output only. The duration of the video in milliseconds.
Declaration
[JsonProperty("durationMillis")]
public virtual long? DurationMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |
Height
Output only. The height of the video in pixels.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type | Description |
---|---|
int? |
Width
Output only. The width of the video in pixels.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type | Description |
---|---|
int? |