Interface CaptureSession

All Superinterfaces:
Observable<CaptureSessionStopped>

public interface CaptureSession extends Observable<CaptureSessionStopped>
A browser capture session.
Since:
7.20
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether this capture session is active.
    Returns the CaptureSource instance for this capture session.
    void
    Stops capturing.

    Methods inherited from interface com.teamdev.jxbrowser.event.Observable

    on
  • Method Details

    • stop

      void stop()
      Stops capturing.

      This method has no effect when this capture session is already stopped.

    • source

      CaptureSource source()
      Returns the CaptureSource instance for this capture session.
    • isActive

      boolean isActive()
      Indicates whether this capture session is active.
      Returns:
      true if this capture session is active.