| Package | Description |
|---|---|
| com.teamdev.jxbrowser.cast |
This package contains classes, that allow managing the screencast process.
|
| Modifier and Type | Method and Description |
|---|---|
Screen |
Screens.defaultScreen()
Returns the default (main) screen.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Screen> |
Screens.list()
Returns the list of connected screens whose content can be cast to a media receiver.
|
| Modifier and Type | Method and Description |
|---|---|
static ScreenCastOptions.Builder |
ScreenCastOptions.newBuilder(Screen screen)
Creates a new
ScreenCastOptions builder. |