VeLivePlayerAudioFrame constructor
VeLivePlayerAudioFrame({
- VeLivePlayerAudioBufferType? bufferType,
- int? sampleRate,
- int? channels,
- int? bitDepth,
- int? samples,
Implementation
VeLivePlayerAudioFrame({
this.bufferType,
this.sampleRate,
this.channels,
this.bitDepth,
this.samples,
});