cast.receiver.VERSION
Version of the cast SDK.
cast.receiver.logger
The Cast receiver logger object.
cast.receiver.logger.setLevelValue
static void
cast.receiver.logger.setLevelValue(value)
Sets the log verbosity level.
- Parameters:
- cast.receiver.LoggerLevel value
- The logging level.
cast.receiver.media.MEDIA_NAMESPACE
The media namespace.
cast.receiver.CastChannel
Handles cast messages for a specific sender and namespace (it is a point to
point communications channel).
| Classes | |
|---|---|
| Functions | |
| Properties | |
| Enums |
cast.receiver.CastChannel.Event
Event raised by the CastChannel.
| Properties |
|---|
cast.receiver.CastChannel.EventType
System events dispatched by {@code cast.receiver.CastChannel}.
| Values |
|---|
cast.receiver.CastMessageBus
Handles cast messages for a specific namespace.
| Classes | |
|---|---|
| Functions | |
| Properties | |
| Enums |
cast.receiver.CastMessageBus.Event
Event raised when a new message is received on the message bus for a
specific namespace.
| Properties |
|---|
cast.receiver.CastMessageBus.EventType
Events dispatched by {@code cast.receiver.CastMessageBus}.
| Values |
|---|
cast.receiver.CastMessageBus.MessageType
Message types used by {@code cast.receiver.CastMessageBus}.
| Values |
|---|
cast.receiver.CastReceiverManager
The receiver manager allows communication with the platform and is used to
to send/receive system messages/events.
| Classes | |
|---|---|
| Functions | |
| Properties | |
| Enums |
cast.receiver.CastReceiverManager.Config
Application configuration parameters.
| Properties |
|---|
cast.receiver.CastReceiverManager.Event
Event dispatched by {@code cast.receiver.CastReceiverManager} which contains
system information.
| Properties |
|---|
cast.receiver.CastReceiverManager.EventType
System events dispatched by {@code cast.receiver.CastReceiverManager}.
| Values |
|---|
cast.receiver.CastReceiverManager.ReadyEvent
Event dispatched by {@code cast.receiver.CastReceiverManager} when the
system is ready.
| Properties |
|---|
cast.receiver.CastReceiverManager.SenderConnectedEvent
Event dispatched by {@code cast.receiver.CastReceiverManager} when a sender
is connected.
| Properties |
|---|
cast.receiver.CastReceiverManager.SenderDisconnectedEvent
Event dispatched by {@code cast.receiver.CastReceiverManager} when a sender
is disconnected.
| Properties |
|---|
cast.receiver.CastReceiverManager.ShutdownEvent
Event dispatched by {@code cast.receiver.CastReceiverManager} when the
application is shutdown.
cast.receiver.CastReceiverManager.StandbyChangedEvent
Event dispatched by {@code cast.receiver.CastReceiverManager} when the
TV enters/leaves the standby state.
| Properties |
|---|
cast.receiver.CastReceiverManager.SystemVolumeChangedEvent
Event dispatched by {@code cast.receiver.CastReceiverManager} when the
system volume changes.
| Properties |
|---|
cast.receiver.CastReceiverManager.VisibilityChangedEvent
Event dispatched by {@code cast.receiver.CastReceiverManager} when the
visibility of the application changes (HDMI input change, TV is turned off).
| Properties |
|---|
cast.receiver.LoggerLevel
Represents logger levels.
| Values |
|---|
cast.receiver.media.Command
Commands supported by {@code cast.receiver.MediaManager}.
| Values |
|---|
cast.receiver.media.ErrorReason
Represents media error message reasons.
| Values |
|---|
cast.receiver.media.ErrorType
Represents media error message types.
| Values |
|---|
cast.receiver.media.IdleReason
The reason for the player to be in IDLE state.
| Values |
|---|
cast.receiver.media.MediaInformation
Represents the media information.
| Properties |
|---|
cast.receiver.media.MediaStatus
Represents the status of a media session.
| Properties |
|---|
cast.receiver.media.Player
A generic player interface.
| Functions |
|---|
cast.receiver.media.PlayerState
Represents the player state.
| Values |
|---|
cast.receiver.media.SeekResumeState
Represents the playback state after a SEEK request.
| Values |
|---|
cast.receiver.media.StreamType
Represents the stream types.
| Values |
|---|
cast.receiver.media.TextTrackEdgeType
Possible text track edge type.
| Values |
|---|
cast.receiver.media.TextTrackFontGenericFamily
Text track font generic family.
| Values |
|---|
cast.receiver.media.TextTrackFontStyle
Possible text track font style.
| Values |
|---|
cast.receiver.media.TextTrackStyle
Describes style information for a text track.
| Properties |
|---|
cast.receiver.media.TextTrackType
Possible text track type (follows the HTML5 text track type definitions).
| Values |
|---|
cast.receiver.media.TextTrackWindowType
Text track window type.
| Values |
|---|
cast.receiver.media.Track
Describes track metadata information.
| Properties |
|---|
cast.receiver.media.TracksInfo
Tracks information.
| Properties |
|---|
cast.receiver.media.TrackType
Possible media track type.
| Values |
|---|
cast.receiver.media.Volume
Represents the volume of a media session stream.
| Properties |
|---|
cast.receiver.MediaManager
Creates a media manager instance.
| Classes | |
|---|---|
| Functions | |
| Properties | |
| Enums |
cast.receiver.MediaManager.EditTracksInfoData
Media event EDIT_TRACKS_INFO request data.
| Properties |
|---|
cast.receiver.MediaManager.Event
Event dispatched by {@code cast.receiver.MediaManager} which contains
system information.
| Properties |
|---|
cast.receiver.MediaManager.EventType
System events dispatched by {@code cast.receiver.MediaManager}.
| Values |
|---|
cast.receiver.MediaManager.LoadInfo
Load Request Information.
| Properties |
|---|
cast.receiver.MediaManager.LoadRequestData
Media event LOAD request data.
| Properties |
|---|
cast.receiver.MediaManager.QueueUpdateRequestData
Media event queue UPDATE request data.
| Properties |
|---|
cast.receiver.MediaManager.RequestData
Media event request data.
| Properties |
|---|
cast.receiver.MediaManager.SeekRequestData
Media event SEEK request data.
| Properties |
|---|
cast.receiver.MediaManager.VolumeRequestData
Media event SET_VOLUME request data.
| Properties |
|---|
cast.receiver.system.ApplicationData
Represents the data of the launched application.
| Properties |
|---|
cast.receiver.system.DisconnectReason
Represents the disconnect reason.
| Values |
|---|
cast.receiver.system.Sender
Represents the data of a connected sender device.
| Properties |
|---|
cast.receiver.system.StandbyState
Represents the current standby state reported by the platform.
| Values |
|---|
cast.receiver.system.SystemVolumeData
Represents the system volume data.
| Properties |
|---|
cast.receiver.system.VisibilityState
Represents the current visibility state reported by the platform.
| Values |
|---|