DevicesList extension

Extension adding an ability to querying the DeviceDetails by MediaDeviceKind.

on

Methods

audio() Iterable<DeviceDetails>

Available on List<DeviceDetails>, provided by the DevicesList extension

Returns a new Iterable with DeviceDetails of MediaDeviceKind.audioInput.
output() Iterable<DeviceDetails>

Available on List<DeviceDetails>, provided by the DevicesList extension

Returns a new Iterable with DeviceDetails of MediaDeviceKind.audioOutput.
video() Iterable<DeviceDetails>

Available on List<DeviceDetails>, provided by the DevicesList extension

Returns a new Iterable with DeviceDetails of MediaDeviceKind.videoInput.