public interface CaptureSources
Modifier and Type | Method and Description |
---|---|
default java.util.List<CaptureSource> |
applicationWindows()
Returns the list of available application windows for capture.
|
default java.util.List<CaptureSource> |
browsers()
Returns the list of available browsers for capture.
|
default java.util.List<CaptureSource> |
screens()
Returns the list of available screens for capture.
|
default java.util.List<CaptureSource> browsers()
default java.util.List<CaptureSource> screens()
default java.util.List<CaptureSource> applicationWindows()