Interface MediaCasting

All Superinterfaces:
ProfileService

public interface MediaCasting extends ProfileService
A service that provides access to all the required media casting services.
Since:
7.29
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a service that allows observing alive cast sessions.
    Returns a service that allows observing media receivers.
    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.