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