AudioCodecSettings class
Audio Codec Settings
Constructors
- AudioCodecSettings({AacSettings? aacSettings, Ac3Settings? ac3Settings, Eac3Settings? eac3Settings, Mp2Settings? mp2Settings, PassThroughSettings? passThroughSettings, WavSettings? wavSettings})
-
AudioCodecSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aacSettings → AacSettings?
-
final
- ac3Settings → Ac3Settings?
-
final
- eac3Settings → Eac3Settings?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mp2Settings → Mp2Settings?
-
final
- passThroughSettings → PassThroughSettings?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wavSettings → WavSettings?
-
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