VideoFileDetails class

Describes original video file properties, including technical details about audio and video streams, but also metadata information like content length, digitization time, or geotagging information.

Constructors

VideoFileDetails({List<VideoFileDetailsAudioStream>? audioStreams, String? bitrateBps, String? container, String? creationTime, String? durationMs, String? fileName, String? fileSize, String? fileType, List<VideoFileDetailsVideoStream>? videoStreams})
VideoFileDetails.fromJson(Map json_)

Properties

audioStreams List<VideoFileDetailsAudioStream>?
A list of audio streams contained in the uploaded video file.
getter/setter pair
bitrateBps String?
The uploaded video file's combined (video and audio) bitrate in bits per second.
getter/setter pair
container String?
The uploaded video file's container format.
getter/setter pair
creationTime String?
The date and time when the uploaded video file was created.
getter/setter pair
durationMs String?
The length of the uploaded video in milliseconds.
getter/setter pair
fileName String?
The uploaded file's name.
getter/setter pair
fileSize String?
The uploaded file's size in bytes.
getter/setter pair
fileType String?
The uploaded file's type as detected by YouTube's video processing engine.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoStreams List<VideoFileDetailsVideoStream>?
A list of video streams contained in the uploaded video file.
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