AudioVolumeInfo constructor

AudioVolumeInfo(
  1. int uid,
  2. int volume,
  3. int vad,
  4. String channelId,
)

Constructs the AudioVolumeInfo.

Implementation

AudioVolumeInfo(
  this.uid,
  this.volume,
  this.vad,
  this.channelId,
);