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

MediaPlayerState

Possible states of the media player.

Index

Enumeration members

  • BUFFERING
  • IDLE
  • LOADING
  • PAUSED
  • PLAYING

Enumeration members

BUFFERING

• BUFFERING: = "buffering"

Player is in PLAY mode but not actively playing content. currentTime will not change.


IDLE

• IDLE: = "idle"

No media is loaded into the player.


LOADING

• LOADING: = "loading"

The media is loading.


PAUSED

• PAUSED: = "paused"

The media is not playing.


PLAYING

• PLAYING: = "playing"

The media is playing.

← MediaPlayerIdleReasonMediaQueueContainerType →
  • Index
    • Enumeration members
  • Enumeration members
    • BUFFERING
    • IDLE
    • LOADING
    • PAUSED
    • PLAYING