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