Interface StartCaptureSessionCallback.Params
- Enclosing interface:
- StartCaptureSessionCallback
public static interface StartCaptureSessionCallback.Params
The parameters of the
StartCaptureSessionCallback.-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturnstrueif the page requests audio capture as well as the video content.default Frameframe()Returns theFrameinstance that requests the content capture.default CaptureSourcessources()Returns the available capture sources.default Stringurl()Returns the URL of the currently loaded web page.
-
Method Details
-
audioCaptureRequested
default boolean audioCaptureRequested()Returnstrueif the page requests audio capture as well as the video content. -
frame
Returns theFrameinstance that requests the content capture. -
url
Returns the URL of the currently loaded web page. -
sources
Returns the available capture sources.
-