Interface StartCaptureSessionCallback.Params

Enclosing interface:
StartCaptureSessionCallback

public static interface StartCaptureSessionCallback.Params
The parameters of the StartCaptureSessionCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns true if the page requests audio capture as well as the video content.
    default Frame
    Returns the Frame instance that requests the content capture.
    Returns the available capture sources.
    default String
    url()
    Returns the URL of the currently loaded web page.
  • Method Details

    • audioCaptureRequested

      default boolean audioCaptureRequested()
      Returns true if the page requests audio capture as well as the video content.
    • frame

      default Frame frame()
      Returns the Frame instance that requests the content capture.
    • url

      default String url()
      Returns the URL of the currently loaded web page.
    • sources

      default CaptureSources sources()
      Returns the available capture sources.