AudioCodecOptions class
Options associated with your audio codec.
Constructors
- AudioCodecOptions({String? bitDepth, String? bitOrder, String? profile, String? signed})
-
AudioCodecOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bitDepth → String?
-
You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.final - bitOrder → String?
-
You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.final - hashCode → int
-
The hash code for this object.
no setterinherited
- profile → String?
-
You can only choose an audio profile when you specify AAC for the value of
Audio:Codec.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signed → String?
-
You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.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