AudioSwitchHandler
class AudioSwitchHandler(context: Context, preferredDeviceList: List<Class<out AudioDevice>>, audioDeviceChangeListener: AudioDeviceChangeListener) : AudioHandler
Deprecated
Replaced by AudioSwitchDecorator + AudioSwitchController which provide coroutine-backed audio handling
Replace with
AudioSwitchDecorator(AudioSwitchController(context, preferredDeviceList, audioDeviceChangeListener))Content copied to clipboard
TODO Remove this class on v2