Interface SelectMediaDeviceCallback.Params
- Enclosing interface:
- SelectMediaDeviceCallback
public static interface SelectMediaDeviceCallback.Params
The parameters of the
SelectMediaDeviceCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault Browser
browser()
Returns theBrowser
instance requested to select a media input device.default List<MediaDevice>
Returns the list of available media input devices of specified type.default MediaDeviceType
Returns the media input device type.
-
Method Details
-
browser
Returns theBrowser
instance requested to select a media input device. -
mediaDeviceType
Returns the media input device type. -
mediaDevices
Returns the list of available media input devices of specified type.
-