Package com.teamdev.jxbrowser.cast
Interface MediaCasting
- All Superinterfaces:
ProfileService
A service that provides access to all the required media casting services.
- Since:
- 7.29
-
Method Summary
Modifier and TypeMethodDescriptionReturns a service that allows observing alive cast sessions.Returns a service that allows observing media receivers.screens()
Returns a service that allows obtaining connected screens for casting.Methods inherited from interface com.teamdev.jxbrowser.profile.ProfileService
profile
-
Method Details
-
castSessions
CastSessions castSessions()Returns a service that allows observing alive cast sessions. -
mediaReceivers
MediaReceivers mediaReceivers()Returns a service that allows observing media receivers. -
screens
Screens screens()Returns a service that allows obtaining connected screens for casting.
-