Uses of Interface
com.teamdev.jxbrowser.cast.MediaReceiver
Packages that use 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
Methods in com.teamdev.jxbrowser.browser with parameters of type MediaReceiverModifier 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
Methods in com.teamdev.jxbrowser.browser.callback that return types with arguments of type MediaReceiverModifier and TypeMethodDescriptiondefault List<MediaReceiver>
StartPresentationCallback.Params.list()
Returns the list of media receivers that are able to start presentation from StartPresentationCallback.Params.presentationRequest().Methods in com.teamdev.jxbrowser.browser.callback with parameters of type MediaReceiverModifier and TypeMethodDescriptionvoid
StartPresentationCallback.Action.start
(MediaReceiver receiver) Starts the presentation on thereceiver
. -
Uses of MediaReceiver in com.teamdev.jxbrowser.cast
Methods in com.teamdev.jxbrowser.cast that return MediaReceiverModifier 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.Methods in com.teamdev.jxbrowser.cast that return types with arguments of type MediaReceiverModifier and TypeMethodDescriptionMediaReceivers.list()
Returns the list of connected (not unavailable) media receivers.Method parameters in com.teamdev.jxbrowser.cast with type arguments of type MediaReceiverModifier 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
Methods in com.teamdev.jxbrowser.cast.event that return MediaReceiverModifier and TypeMethodDescriptiondefault MediaReceiver
MediaReceiverDisconnected.mediaReceiver()
Returns a media receiver that has been disconnected.default MediaReceiver
MediaReceiverDiscovered.mediaReceiver()
Returns the discovered receiver.