Uses of Interface
com.teamdev.jxbrowser.cast.MediaReceiver
Package
Description
This package provides the classes that allow you to work with browsers.
This package provides the classes that allow you to work with browser callback.
-
Uses of MediaReceiver in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionBrowser.cast
(MediaReceiver receiver) Starts casting the browser content to the mediareceiver
.Browser.castScreen
(MediaReceiver receiver) Starts casting screen's content by selecting the screen in the picker dialog.Browser.castScreen
(MediaReceiver receiver, ScreenCastOptions options) Starts casting the screen's content to the mediareceiver
. -
Uses of MediaReceiver in com.teamdev.jxbrowser.browser.callback
Modifier and TypeMethodDescriptiondefault List<MediaReceiver>
StartPresentationCallback.Params.list()
Returns the list of media receivers that are able to start presentation from StartPresentationCallback.Params.presentationRequest().Modifier and TypeMethodDescriptionvoid
StartPresentationCallback.Action.start
(MediaReceiver receiver) Starts the presentation on thereceiver
. -
Uses of MediaReceiver in com.teamdev.jxbrowser.cast
Modifier and TypeMethodDescriptionMediaReceivers.await
(Predicate<MediaReceiver> predicate) Blocks the current thread until the first receiver matching thepredicate
is discovered.MediaReceivers.await
(Predicate<MediaReceiver> predicate, Duration timeout) Blocks the current thread until the first receiver matching thepredicate
is discovered.CastSession.mediaReceiver()
Returns the media receiver of this session.Modifier and TypeMethodDescriptionMediaReceivers.list()
Returns the list of connected (not unavailable) media receivers.Modifier and TypeMethodDescriptionMediaReceivers.await
(Predicate<MediaReceiver> predicate) Blocks the current thread until the first receiver matching thepredicate
is discovered.MediaReceivers.await
(Predicate<MediaReceiver> predicate, Duration timeout) Blocks the current thread until the first receiver matching thepredicate
is discovered. -
Uses of MediaReceiver in com.teamdev.jxbrowser.cast.event
Modifier and TypeMethodDescriptiondefault MediaReceiver
MediaReceiverDisconnected.mediaReceiver()
Returns a media receiver that has been disconnected.default MediaReceiver
MediaReceiverDiscovered.mediaReceiver()
Returns the discovered receiver.