React Native Google Cast

React Native Google Cast

  • Docs
  • GitHub

›Types

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

MediaQueueContainerMetadata

Additional metadata for the media queue container.

see Android | iOS | Chrome

Hierarchy

  • MediaQueueContainerMetadata

Index

Properties

  • containerDuration
  • containerImages
  • containerType
  • sections
  • title

Properties

Optional containerDuration

• containerDuration? : undefined | number

The total playback time in seconds.


Optional containerImages

• containerImages? : WebImage[]

Images associated with the queue. By default the first image is used when displaying queue information. Used for audio book image, a TV Channel logo, album cover, etc.


Optional containerType

• containerType? : MediaQueueContainerType

The type of metadata.


Optional sections

• sections? : MediaMetadata[]

The metadata of each section that a media stream contains.


Optional title

• title? : undefined | string

The container title. It can be audiobook title, Live TV Channel name, album name or playlist name, etc.

← UserMediaQueueData →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • Optional containerDuration
    • Optional containerImages
    • Optional containerType
    • Optional sections
    • Optional title