Represents the event from the StringeeAudioManager.
Constructors |
---|
StringeeAudioEvent({required this.onChangeAudioDevice}) |
Properties |
---|
StringeeAudioEvent({required this.onChangeAudioDevice}) |
---|
Create a new StringeeAudioEvent with onChangeAudioDevice function. |
onChangeAudioDevice → Function(AudioDevice selectedAudioDevice,List<AudioDevice> availableAudioDevices) |
---|
Invoked when the selected device and list of available devices changes. |