toggle menu
JxBrowser
9.3.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.media.callback
/
SelectMediaDeviceCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
SelectMediaDeviceCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
SelectMediaDevice.Response
>
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
Cancels the media device selection.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.
proceed
Link copied to clipboard
open
fun
proceed
(
)
Allows Chromium to list the available media input devices.
select
Link copied to clipboard
open
fun
select
(
mediaDevice
:
MediaDevice
)
Selects the given media device.