AudioFile constructor
AudioFile({})
Implementation
AudioFile({
this.length,
this.bitRate,
this.channels,
this.encodingType,
this.format,
this.sampleRate,
this.isVariableBitRate,
});
AudioFile({
this.length,
this.bitRate,
this.channels,
this.encodingType,
this.format,
this.sampleRate,
this.isVariableBitRate,
});