AiffSettings class
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF.
Constructors
- AiffSettings({int? bitDepth, int? channels, int? sampleRate})
-
AiffSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bitDepth → int?
-
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding
quality for this audio track.
final
- channels → int?
-
Specify the number of channels in this output audio track. Valid values are
1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.
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 → int?
-
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