public static interface StartCaptureSessionCallback.Params
StartCaptureSessionCallback
.Modifier and Type | Method and Description |
---|---|
default boolean |
audioCaptureRequested()
Returns
true if the page requests audio capture as well as the video content. |
default Frame |
frame()
Returns the
Frame instance that requests the content capture. |
default CaptureSources |
sources()
Returns the available capture sources.
|
default java.lang.String |
url()
Returns the URL of the currently loaded web page.
|
default boolean audioCaptureRequested()
true
if the page requests audio capture as well as the video content.default Frame frame()
Frame
instance that requests the content capture.default java.lang.String url()
default CaptureSources sources()