AudioDeviceChangedEvent constructor
AudioDeviceChangedEvent(
- AudioOutputDevice selectedAudioDevice,
- Set<
AudioOutputDevice> availableAudioDevices, - bool hasExternalMic
Implementation
AudioDeviceChangedEvent(
this.selectedAudioDevice,
this.availableAudioDevices,
this.hasExternalMic,
);