VideoFileDetailsVideoStream class
Information about a video stream.
Constructors
Properties
- aspectRatio ↔ double?
-
The video content's display aspect ratio, which specifies the aspect ratio
in which the video should be displayed.
getter/setter pair
- bitrateBps ↔ String?
-
The video stream's bitrate, in bits per second.
getter/setter pair
- codec ↔ String?
-
The video codec that the stream uses.
getter/setter pair
- frameRateFps ↔ double?
-
The video stream's frame rate, in frames per second.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- heightPixels ↔ int?
-
The encoded video content's height in pixels.
getter/setter pair
- rotation ↔ String?
-
The amount that YouTube needs to rotate the original source content to
properly display the video.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vendor ↔ String?
-
A value that uniquely identifies a video vendor.
getter/setter pair
- widthPixels ↔ int?
-
The encoded video content's width in pixels.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited