Interface SelectMediaDeviceCallback
- All Superinterfaces:
Callback,MediaCallback,SyncCallback<SelectMediaDeviceCallback.Params,SelectMediaDeviceCallback.Response>
public interface SelectMediaDeviceCallback
A callback invoked when a web page requests to select a media input device.
If there are no media input devices of the requested type (e.g., no video input devices are available), this callback will not be invoked.
Important: the engine will be blocked until the callback returns control.
If this callback throws an exception, the system's default media input device will be used instead.
- Since:
- 7.1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceParameters for theSelectMediaDeviceCallback.static interfaceA response for theSelectMediaDeviceCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on