Interface SelectMediaDeviceCallback.Response
- Enclosing interface:
- SelectMediaDeviceCallback
public static interface SelectMediaDeviceCallback.Response
A response for
SelectMediaDeviceCallback
.-
Method Summary
Modifier and TypeMethodDescriptionselect
(MediaDevice mediaDevice) Notifies the engine that the given media input device should be used.
-
Method Details
-
select
Notifies the engine that the given media input device should be used.The
mediaDevice
must be the one from the list of the media input devices received from themedia devices list
. If an invalid device is passed through this method, the first device from the list of media devices will be used.- Parameters:
mediaDevice
- the media input device to use
-