enumeratePlaybackDevices abstract method

Future<List<AudioDeviceInfo>> enumeratePlaybackDevices()

Enumerates the audio playback devices.

This method is for Windows and macOS only.

Returns Success: Returns an AudioDeviceInfo array, which includes all the audio playback devices. Failure: An empty array.

Implementation

Future<List<AudioDeviceInfo>> enumeratePlaybackDevices();