google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.VideoFileDetailsVideoStream View Source
Information about a video stream.
Attributes
-
aspectRatio
(type:float()
, default:nil
) - The video content's display aspect ratio, which specifies the aspect ratio in which the video should be displayed. -
bitrateBps
(type:String.t
, default:nil
) - The video stream's bitrate, in bits per second. -
codec
(type:String.t
, default:nil
) - The video codec that the stream uses. -
frameRateFps
(type:float()
, default:nil
) - The video stream's frame rate, in frames per second. -
heightPixels
(type:integer()
, default:nil
) - The encoded video content's height in pixels. -
rotation
(type:String.t
, default:nil
) - The amount that YouTube needs to rotate the original source content to properly display the video. -
vendor
(type:String.t
, default:nil
) - A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code. -
widthPixels
(type:integer()
, default:nil
) - The encoded video content's width in pixels. You can calculate the video's encoding aspect ratio as <code>width_pixels</code> / <code>height_pixels</code>.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.