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 CastSessionReturns the discovered session.default CastSessionsReturns theCastSessionsinstance initiated this event.
-
Method Details
-
castSessions
Description copied from interface:CastSessionsEventReturns theCastSessionsinstance initiated this event.- Specified by:
castSessionsin interfaceCastSessionsEvent
-
castSession
Returns the discovered session.
-