VeLivePlayerAudioFrame constructor

VeLivePlayerAudioFrame({
  1. VeLivePlayerAudioBufferType? bufferType,
  2. int? sampleRate,
  3. int? channels,
  4. int? bitDepth,
  5. int? samples,
})

Implementation

VeLivePlayerAudioFrame({
  this.bufferType,
  this.sampleRate,
  this.channels,
  this.bitDepth,
  this.samples,
});