audiooutputs property

Future<List<MediaDeviceInfo>> audiooutputs

Return the available audiooutputs

Note: Make sure to call this gettet after navigator.mediaDevices.getUserMedia(), otherwise the devices will not be listed.

Implementation

static Future<List<MediaDeviceInfo>> get audiooutputs =>
    enumerateDevices('audiooutput');