Transcode class

Represents information about the transcoded audio or video file.

Constructors

Transcode({String? audioBitRateKbps, String? audioSampleRateHz, String? bitRateKbps, Dimensions? dimensions, String? fileSizeBytes, double? frameRate, String? mimeType, String? name, bool? transcoded})
Transcode.fromJson(Map json_)

Properties

audioBitRateKbps String?
The bit rate for the audio stream of the transcoded video, or the bit rate for the transcoded audio, in kilobits per second.
getter/setter pair
audioSampleRateHz String?
The sample rate for the audio stream of the transcoded video, or the sample rate for the transcoded audio, in hertz.
getter/setter pair
bitRateKbps String?
The transcoding bit rate of the transcoded video, in kilobits per second.
getter/setter pair
dimensions Dimensions?
The dimensions of the transcoded video.
getter/setter pair
fileSizeBytes String?
The size of the transcoded file, in bytes.
getter/setter pair
frameRate double?
The frame rate of the transcoded video, in frames per second.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mimeType String?
The MIME type of the transcoded file.
getter/setter pair
name String?
The name of the transcoded file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transcoded bool?
Indicates if the transcoding was successful.
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