| Package | Description |
|---|---|
| com.teamdev.jxbrowser.cast |
This package contains classes, that allow managing the screencast process.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PresentationRequest
A JavaScript
PresentationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static MediaSource |
MediaSource.browser()
Returns a media source that represents any browser's content.
|
static MediaSource |
MediaSource.screen()
Returns a media source that represents any screen's content.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MediaReceiver.supports(MediaSource mediaSource)
Returns
true if the receiver supports casting of mediaSource. |