Package com.teamdev.jxbrowser.cast.event
Interface CastSessionDiscovered
- All Superinterfaces:
CastSessionsEvent
,Event
An event indicating that a new cast session has been discovered.
The new cast session is discovered after the user started casting media content via JxBrowser API, or another application, i.e. Google Chrome.
-
Method Summary
Modifier and TypeMethodDescriptiondefault CastSession
Returns the discovered session.default CastSessions
Returns theCastSessions
instance initiated this event.
-
Method Details
-
castSessions
Description copied from interface:CastSessionsEvent
Returns theCastSessions
instance initiated this event.- Specified by:
castSessions
in interfaceCastSessionsEvent
-
castSession
Returns the discovered session.
-