MediaFormat class

Constructors

MediaFormat.new({required Duration? duration, required String? formatName, required String? formatLongName, required int streamCount, required double probeScore, required double bitRate, required Map<String, String>? tags})
MediaFormat.fromJson(Map<String, dynamic> json)
factory

Properties

bitRate double
final
duration Duration?
final
formatLongName String?
final
formatName String?
final
hashCode int
The hash code for this object.
no setterinherited
probeScore double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamCount int
final
tags Map<String, String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited