WavSettings constructor

WavSettings({
  1. double? bitDepth,
  2. WavCodingMode? codingMode,
  3. double? sampleRate,
})

Implementation

WavSettings({
  this.bitDepth,
  this.codingMode,
  this.sampleRate,
});