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

ApplicationMetadata

Information about a receiver application.

see Android | iOS | Chrome

Hierarchy

  • ApplicationMetadata

Index

Properties

  • applicationId
  • images
  • name
  • namespaces

Properties

applicationId

• applicationId: string

The application's unique ID. This is the one registered in the Google Cast SDK Developer Console.


images

• images: WebImage[]

Images associated with the receiver application.


name

• name: string

Application's human-readable name.


namespaces

• namespaces: string[]

Namespaces supported by the receiver application.

← SessionManagerDevice →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • applicationId
    • images
    • name
    • namespaces