Package com.teamdev.jxbrowser.capture
Interface CaptureSources
public interface CaptureSources
Provides access to the sources available for content capture.
- Since:
- 7.20
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<CaptureSource>
Returns the list of available application windows for capture.default List<CaptureSource>
browsers()
Returns the list of available browsers for capture.default List<CaptureSource>
screens()
Returns the list of available screens for capture.
-
Method Details
-
browsers
Returns the list of available browsers for capture. -
screens
Returns the list of available screens for capture. -
applicationWindows
Returns the list of available application windows for capture.
-