public interface SelectMediaDeviceCallback
If there is no media input devices of the requested type (e.g. there are no video input devices), then the callback will not be invoked).
Important: the engine will be blocked until you return control from the callback.
If the callback throws an exception or the selected media device in response
is not the one from the list
, the system default media input device will be used.
Modifier and Type | Interface and Description |
---|---|
static interface |
SelectMediaDeviceCallback.Params
The parameters of the
SelectMediaDeviceCallback . |
static interface |
SelectMediaDeviceCallback.Response
A response for
SelectMediaDeviceCallback . |
on