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

User

Custom media metadata.

example

{
  type: 'user',
  mykey: 'My Value',
}

Hierarchy

  • MediaMetadata

    ↳ User

Indexable

  • [ key: string]: any

Custom media metadata.

example

{
  type: 'user',
  mykey: 'My Value',
}

Index

Properties

  • images
  • type

Properties

Optional images

• images? : WebImage[]

Inherited from MediaMetadata.images

List of images, e.g. a poster image, album cover, photo etc.


type

• type: "user"

Overrides MediaMetadata.type

Media type.

← TvShowMediaQueueContainerMetadata →
  • Hierarchy
  • Indexable
  • Index
    • Properties
  • Properties
    • Optional images
    • type