Interface CaptureSources


public interface CaptureSources
Provides access to the sources available for content capture.
Since:
7.20
  • Method Details

    • browsers

      default List<CaptureSource> browsers()
      Returns the list of available browsers for capture.
    • screens

      default List<CaptureSource> screens()
      Returns the list of available screens for capture.
    • applicationWindows

      default List<CaptureSource> applicationWindows()
      Returns the list of available application windows for capture.