Package com.teamdev.jxbrowser.cast.event
Interface CastSessionStartFailed
- All Superinterfaces:
CastSessionsEvent,Event
An event indicating that the attempt to start the cast session via the JxBrowser API has failed.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browserbrowser()Returns the browser that requested to initiate the cast session.default CastSessionsReturns theCastSessionsinstance initiated this event.default ResultCodecode()The error code obtained from Chromium.default StringThe error message obtained from Chromium.default CastModemode()The mode of the requested cast session.
-
Method Details
-
castSessions
Description copied from interface:CastSessionsEventReturns theCastSessionsinstance initiated this event.- Specified by:
castSessionsin interfaceCastSessionsEvent
-
browser
Returns the browser that requested to initiate the cast session. -
code
The error code obtained from Chromium. -
errorMessage
The error message obtained from Chromium. -
mode
The mode of the requested cast session.
-