WavSettings class

Wav Settings

Constructors

WavSettings({double? bitDepth, WavCodingMode? codingMode, double? sampleRate})
WavSettings.fromJson(Map<String, dynamic> json)
factory

Properties

bitDepth double?
Bits per sample.
final
codingMode WavCodingMode?
The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
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