Uses of Interface
com.teamdev.jxbrowser.cast.CastSession
Packages that use CastSession
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of CastSession in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return types with arguments of type CastSessionModifier 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 CastSession in com.teamdev.jxbrowser.cast
Methods in com.teamdev.jxbrowser.cast that return types with arguments of type CastSession -
Uses of CastSession in com.teamdev.jxbrowser.cast.event
Methods in com.teamdev.jxbrowser.cast.event that return CastSessionModifier and TypeMethodDescriptiondefault CastSession
CastSessionDiscovered.castSession()
Returns the discovered session.default CastSession
CastSessionStopped.castSession()
Returns the stopped cast session.