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

MediaQueueType

Enum defining the media queue types.

Index

Enumeration members

  • ALBUM
  • AUDIO_BOOK
  • LIVE_TV
  • MOVIE
  • PLAYLIST
  • PODCAST_SERIES
  • RADIO_STATION
  • TV_SERIES
  • VIDEO_PLAYLIST

Enumeration members

ALBUM

• ALBUM: = "album"

A media type representing an album.


AUDIO_BOOK

• AUDIO_BOOK: = "audioBook"

A media type representing an audio book.


LIVE_TV

• LIVE_TV: = "liveTv"

A media type representing a live TV.


MOVIE

• MOVIE: = "movie"

A media type representing a movie.


PLAYLIST

• PLAYLIST: = "playlist"

A media type representing an audio playlist.


PODCAST_SERIES

• PODCAST_SERIES: = "podcastSeries"

A media type representing a podcast series.


RADIO_STATION

• RADIO_STATION: = "radioStation"

A media type representing a radio station.


TV_SERIES

• TV_SERIES: = "tvSeries"

A media type representing a TV series.


VIDEO_PLAYLIST

• VIDEO_PLAYLIST: = "videoPlaylist"

A media type representing a video playlist.

← MediaQueueContainerTypeMediaRepeatMode →
  • Index
    • Enumeration members
  • Enumeration members
    • ALBUM
    • AUDIO_BOOK
    • LIVE_TV
    • MOVIE
    • PLAYLIST
    • PODCAST_SERIES
    • RADIO_STATION
    • TV_SERIES
    • VIDEO_PLAYLIST