Uses of Interface
com.teamdev.jxbrowser.capture.CaptureSource
Package
Description
This package provides the classes that allow you to work with browser callback.
Provides interfaces and classes for the browser content capture.
-
Uses of CaptureSource in com.teamdev.jxbrowser.browser.callback
Modifier and TypeMethodDescriptionvoid
StartCaptureSessionCallback.Action.selectSource
(CaptureSource source, AudioCaptureMode audioCaptureMode) Tells the browser to use the given capture source. -
Uses of CaptureSource in com.teamdev.jxbrowser.capture
Modifier and TypeMethodDescriptionCaptureSession.source()
Returns theCaptureSource
instance for this capture session.Modifier and TypeMethodDescriptiondefault List<CaptureSource>
CaptureSources.applicationWindows()
Returns the list of available application windows for capture.default List<CaptureSource>
CaptureSources.browsers()
Returns the list of available browsers for capture.default List<CaptureSource>
CaptureSources.screens()
Returns the list of available screens for capture.