Suggestions

close search

StringeeAudioEvent

Represents the event from the StringeeAudioManager.


Summary


Constructors
StringeeAudioEvent({required this.onChangeAudioDevice})
Properties

onChangeAudioDevice → Function(AudioDevice selectedAudioDevice,List<AudioDevice> availableAudioDevices)

Constructors


StringeeAudioEvent({required this.onChangeAudioDevice})
Create a new StringeeAudioEvent with onChangeAudioDevice function.

Properties


onChangeAudioDevice → Function(AudioDevice selectedAudioDevice,List<AudioDevice> availableAudioDevices)
Invoked when the selected device and list of available devices changes.