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

MediaRepeatMode

Possible states of queue repeat mode.

Index

Enumeration members

  • ALL
  • ALL_AND_SHUFFLE
  • OFF
  • SINGLE

Enumeration members

ALL

• ALL: = "all"

The items in the queue will be played indefinitely. When the last item has ended, the first item will be played again.


ALL_AND_SHUFFLE

• ALL_AND_SHUFFLE: = "allAndShuffle"

The items in the queue will be played indefinitely. When the last item has ended, the list of items will be randomly shuffled by the receiver, and the queue will continue to play starting from the first item of the shuffled items.


OFF

• OFF: = "off"

Items are played in order, and when the queue is completed (the last item has ended) the media session is terminated.


SINGLE

• SINGLE: = "single"

The current item will be repeated indefinitely.

← MediaQueueTypeMediaStreamType →
  • Index
    • Enumeration members
  • Enumeration members
    • ALL
    • ALL_AND_SHUFFLE
    • OFF
    • SINGLE