| Package | Description |
|---|---|
| com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
| com.teamdev.jxbrowser.cast |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<CastSession> |
Browser.castScreen(MediaReceiver receiver,
ScreenCastOptions options)
Starts casting the screen's content to the media
receiver. |
| Modifier and Type | Method and Description |
|---|---|
ScreenCastOptions |
ScreenCastOptions.Builder.build()
Returns a new
ScreenCastOptions instance built from the current state of
this builder. |