Uses of Interface
com.teamdev.jxbrowser.capture.CaptureSource
Packages that use 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
Methods in com.teamdev.jxbrowser.browser.callback with parameters of type CaptureSourceModifier 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
Methods in com.teamdev.jxbrowser.capture that return CaptureSourceModifier and TypeMethodDescriptionCaptureSession.source()
Returns theCaptureSource
instance for this capture session.Methods in com.teamdev.jxbrowser.capture that return types with arguments of type CaptureSourceModifier 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.