public static interface SelectMediaDeviceCallback.Response
SelectMediaDeviceCallback
.Modifier and Type | Method and Description |
---|---|
static SelectMediaDeviceCallback.Response |
select(MediaDevice mediaDevice)
Notifies the engine that the given media input device should be used.
|
static SelectMediaDeviceCallback.Response select(MediaDevice mediaDevice)
The mediaDevice
must be the one from the list of the media input devices
received from the media devices list
. If an invalid device
is passed through this method, the first device from the list of media devices will be
used.
mediaDevice
- the media input device to use