Interface StartCaptureSessionCallback.Params
- Enclosing interface:
- StartCaptureSessionCallback
public static interface StartCaptureSessionCallback.Params
The parameters of the
StartCaptureSessionCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returnstrue
if the page requests audio capture as well as the video content.default Frame
frame()
Returns theFrame
instance that requests the content capture.default CaptureSources
sources()
Returns the available capture sources.default String
url()
Returns the URL of the currently loaded web page.
-
Method Details
-
audioCaptureRequested
default boolean audioCaptureRequested()Returnstrue
if the page requests audio capture as well as the video content. -
frame
Returns theFrame
instance that requests the content capture. -
url
Returns the URL of the currently loaded web page. -
sources
Returns the available capture sources.
-