AudioDeviceChangedEvent constructor

AudioDeviceChangedEvent(
  1. AudioOutputDevice selectedAudioDevice,
  2. Set<AudioOutputDevice> availableAudioDevices,
  3. bool hasExternalMic
)

Implementation

AudioDeviceChangedEvent(
  this.selectedAudioDevice,
  this.availableAudioDevices,
  this.hasExternalMic,
);