WavSettings class
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV.
Constructors
- WavSettings({int? bitDepth, int? channels, WavFormat? format, int? sampleRate})
-
WavSettings.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
- format → WavFormat?
-
The service defaults to using RIFF for WAV outputs. If your output audio is
likely to exceed 4 GB in file size, or if you otherwise need the extended
support of the RF64 format, set your output WAV file format to RF64.
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