public interface MediaStreamDeviceProvider
| Modifier and Type | Method and Description |
|---|---|
void |
onRequestDefaultDevice(MediaStreamDeviceRequest request)
Is invoked when Chromium asks for a default media stream device of the given media stream type (audio/video).
当Chromium要求提供给定媒体流类型(音频/视频)的默认媒体流设备时,将调用。 |
void onRequestDefaultDevice(MediaStreamDeviceRequest request)
request - contains information about the requested media stream type, list of available media stream devices, and methods for setting/getting default device.
-包含有关请求的媒体流类型,可用媒体流设备列表以及设置/获取默认设备的方法的信息。