MediaFormat class

Constructors

MediaFormat({required String subtype, String? role, String? ext, CID? cid, int? height, int? width, List<String>? languages, int? asr, int? fps, int? bitrate, int? audioChannels, String? vcodec, String? acodec, String? container, String? dynamicRange, String? charset, Uint8List? value, int? duration, int? rows, int? columns, int? index, String? initRange, String? indexRange, String? caption})
MediaFormat.decode(Map<int, dynamic> data)

Properties

acodec String?
getter/setter pair
asr int?
getter/setter pair
audioChannels int?
getter/setter pair
bitrate int?
getter/setter pair
caption String?
getter/setter pair
charset String?
getter/setter pair
cid CID?
latefinal
columns int?
getter/setter pair
container String?
getter/setter pair
duration int?
getter/setter pair
dynamicRange String?
getter/setter pair
ext String?
latefinal
fps int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
index int?
getter/setter pair
indexRange String?
getter/setter pair
initRange String?
getter/setter pair
languages List<String>?
getter/setter pair
role String?
latefinal
rows int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtype String
latefinal
value Uint8List?
getter/setter pair
valueAsString String?
no setter
vcodec String?
getter/setter pair
width int?
getter/setter pair

Methods

encode() Map<int, dynamic>
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