Interface SelectMediaDeviceCallback.Params
- Enclosing interface:
- SelectMediaDeviceCallback
public static interface SelectMediaDeviceCallback.Params
Parameters for the
SelectMediaDeviceCallback.-
Method Summary
Modifier and TypeMethodDescriptiondefault Browserbrowser()Returns theBrowserthat initiated the request to select a media input device.default List<MediaDevice>Returns the list of available media input devices of the requested type.default MediaDeviceTypeReturns the media input device type.
-
Method Details
-
browser
Returns theBrowserthat initiated the request to select a media input device. -
mediaDeviceType
Returns the media input device type. -
mediaDevices
Returns the list of available media input devices of the requested type.
-