Class File.VideoMediaMetadataData
Output only. Metadata about video media. This will only be present for video types.
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.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? |