React Native Google Cast

React Native Google Cast

  • Docs
  • GitHub

›Enums

Getting Started

  • Installation
  • Setup
  • Usage
  • Troubleshooting

Guides

  • Custom Channels
  • Customize UI
  • Events
  • Hooks
  • Media Tracks
  • Queueing
  • Volume

Components

  • CastButton
  • ExpandedController

API

  • CastChannel
  • CastContext
  • CastSession
  • DiscoveryManager
  • RemoteMediaClient
  • SessionManager

Types

  • ApplicationMetadata
  • Device
  • MediaInfo
  • MediaLiveSeekableRange
  • MediaLoadRequest
  • MediaMetadata
    • Generic
    • Movie
    • MusicTrack
    • Photo
    • TvShow
    • User
  • MediaQueueContainerMetadata
  • MediaQueueData
  • MediaQueueItem
  • MediaSeekOptions
  • MediaStatus
  • MediaTrack
  • TextTrackStyle
  • UseCastSessionOptions
  • VideoInfo
  • WebImage

Enums

  • ActiveInputState
  • CastState
  • MediaHlsSegmentFormat
  • MediaHlsVideoSegmentFormat
  • MediaPlayerIdleReason
  • MediaPlayerState
  • MediaQueueContainerType
  • MediaQueueType
  • MediaRepeatMode
  • MediaStreamType
  • PlayServicesState
  • StandbyState

MediaPlayerIdleReason

Possible reason why a media is idle.

Index

Enumeration members

  • CANCELLED
  • ERROR
  • FINISHED
  • INTERRUPTED

Enumeration members

CANCELLED

• CANCELLED: = "cancelled"

A sender requested to stop playback using the STOP command.


ERROR

• ERROR: = "error"

The media was interrupted due to an error, this could be for example if the player could not download media due to networking errors.


FINISHED

• FINISHED: = "finished"

The media playback completed.


INTERRUPTED

• INTERRUPTED: = "interrupted"

A sender requested playing a different media using the LOAD command.

← MediaHlsVideoSegmentFormatMediaPlayerState →
  • Index
    • Enumeration members
  • Enumeration members
    • CANCELLED
    • ERROR
    • FINISHED
    • INTERRUPTED