Interface SelectMediaDeviceCallback.Params

Enclosing interface:
SelectMediaDeviceCallback

public static interface SelectMediaDeviceCallback.Params
The parameters of the SelectMediaDeviceCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Browser
    Returns the Browser instance requested to select a media input device.
    default List<MediaDevice>
    Returns the list of available media input devices of specified type.
    Returns the media input device type.
  • Method Details

    • browser

      default Browser browser()
      Returns the Browser instance requested to select a media input device.
    • mediaDeviceType

      default MediaDeviceType mediaDeviceType()
      Returns the media input device type.
    • mediaDevices

      default List<MediaDevice> mediaDevices()
      Returns the list of available media input devices of specified type.