Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.cast | |
com.teamdev.jxbrowser.cast.event |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<CastSession> |
Browser.cast(MediaReceiver receiver)
Starts casting the browser content to the media
receiver . |
java.util.concurrent.CompletableFuture<CastSession> |
Browser.castScreen(MediaReceiver receiver)
Starts casting screen's content by selecting the screen in the picker dialog.
|
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 |
---|---|
java.util.List<CastSession> |
CastSessions.list()
Returns the list of alive cast sessions.
|
Modifier and Type | Method and Description |
---|---|
default CastSession |
CastSessionStopped.castSession()
Returns the stopped cast session.
|
default CastSession |
CastSessionDiscovered.castSession()
Returns the discovered session.
|