AudioFrameVolume constructor

AudioFrameVolume({
  1. double volume = 0.0,
  2. int count = 0,
})

Implementation

AudioFrameVolume({
    this.volume = 0.0,
    this.count = 0,
});