Mp2Settings class
Mp2 Settings
Constructors
- Mp2Settings({double? bitrate, Mp2CodingMode? codingMode, double? sampleRate})
-
Mp2Settings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bitrate → double?
-
Average bitrate in bits/second.
final
- codingMode → Mp2CodingMode?
-
The MPEG2 Audio coding mode. Valid values are codingMode10 (for mono) or
codingMode20 (for stereo).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate → double?
-
Sample rate in Hz.
final
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