Show / Hide Table of Contents

Class File.VideoMediaMetadataData

Metadata about video media. This will only be present for video types.

Inheritance
object
File.VideoMediaMetadataData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class File.VideoMediaMetadataData

Properties

DurationMillis

The duration of the video in milliseconds.

Declaration
[JsonProperty("durationMillis")]
public virtual long? DurationMillis { get; set; }
Property Value
Type Description
long?

Height

The height of the video in pixels.

Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

Width

The width of the video in pixels.

Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type Description
int?
In This Article
Back to top Generated by DocFX