Package-level declarations

This package contains classes, that allow managing the screencast process.

This package contains classes, that allow managing the screencast process.

Types

Link copied to clipboard
public interface CastSession implements Observable<T>
public interface CastSession implements Observable<T>
A session of casting media content to a media receiver.
Link copied to clipboard
public interface CastSessions implements Observable<T>, ProfileService
public interface CastSessions implements Observable<T>, ProfileService
A service that allows observing alive cast sessions.
Link copied to clipboard
An exception indicating that the start of the cast session has failed.
Link copied to clipboard
public interface MediaCasting implements ProfileService
public interface MediaCasting implements ProfileService
A service that provides access to all the required media casting services.
Link copied to clipboard
public interface MediaReceiver implements Observable<T>
public interface MediaReceiver implements Observable<T>
A media receiver to which media content can be cast.
Link copied to clipboard
public interface MediaReceivers implements Observable<T>, ProfileService
public interface MediaReceivers implements Observable<T>, ProfileService
A service that allows observing media receivers in the environment.
Link copied to clipboard
public interface MediaSource
public interface MediaSource
A media source that is supported by a media receiver.
Link copied to clipboard
public interface PresentationRequest implements MediaSource
public interface PresentationRequest implements MediaSource
A JavaScript PresentationRequest.
Link copied to clipboard
An exception indicating that the receiver has been disconnected.
Link copied to clipboard
An exception indicating that the receiver has not been discovered within the specified timeout.
Link copied to clipboard
public interface Screen
public interface Screen
A screen whose content can be cast.
Link copied to clipboard
public interface ScreenCastOptions
public interface ScreenCastOptions
Configuration options for screen casting.
Link copied to clipboard
public interface Screens implements ProfileService
public interface Screens implements ProfileService
A service that allows obtaining connected screens.