Class VideoFileDetailsVideoStream
Information about a video stream.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoFileDetailsVideoStream : IDirectResponseSchema
Properties
AspectRatio
The video content's display aspect ratio, which specifies the aspect ratio in which the video should be displayed.
Declaration
[JsonProperty("aspectRatio")]
public virtual double? AspectRatio { get; set; }
Property Value
Type | Description |
---|---|
double? |
BitrateBps
The video stream's bitrate, in bits per second.
Declaration
[JsonProperty("bitrateBps")]
public virtual ulong? BitrateBps { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Codec
The video codec that the stream uses.
Declaration
[JsonProperty("codec")]
public virtual string Codec { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FrameRateFps
The video stream's frame rate, in frames per second.
Declaration
[JsonProperty("frameRateFps")]
public virtual double? FrameRateFps { get; set; }
Property Value
Type | Description |
---|---|
double? |
HeightPixels
The encoded video content's height in pixels.
Declaration
[JsonProperty("heightPixels")]
public virtual long? HeightPixels { get; set; }
Property Value
Type | Description |
---|---|
long? |
Rotation
The amount that YouTube needs to rotate the original source content to properly display the video.
Declaration
[JsonProperty("rotation")]
public virtual string Rotation { get; set; }
Property Value
Type | Description |
---|---|
string |
Vendor
A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
Declaration
[JsonProperty("vendor")]
public virtual string Vendor { get; set; }
Property Value
Type | Description |
---|---|
string |
WidthPixels
The encoded video content's width in pixels. You can calculate the video's encoding aspect ratio as width_pixels / height_pixels.
Declaration
[JsonProperty("widthPixels")]
public virtual long? WidthPixels { get; set; }
Property Value
Type | Description |
---|---|
long? |