Show / Hide Table of Contents

Class File.VideoMediaMetadataData

Output only. 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

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?
In this article
Back to top Generated by DocFX