DevicesList extension
Extension adding an ability to querying the DeviceDetails by MediaDeviceKind.
- on
Methods
-
audio(
) → Iterable< DeviceDetails> -
Available on List<
Returns a new Iterable with DeviceDetails of MediaDeviceKind.audioInput.DeviceDetails> , provided by the DevicesList extension -
output(
) → Iterable< DeviceDetails> -
Available on List<
Returns a new Iterable with DeviceDetails of MediaDeviceKind.audioOutput.DeviceDetails> , provided by the DevicesList extension -
video(
) → Iterable< DeviceDetails> -
Available on List<
Returns a new Iterable with DeviceDetails of MediaDeviceKind.videoInput.DeviceDetails> , provided by the DevicesList extension