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

TvShow

Media metadata representing a TV show episode.

example

{
  type: 'tvShow',
  broadcastDate: '2018-03-29',
  episodeNumber: 18,
  seasonNumber: 11,
  seriesTitle: 'The Big Bang Theory',
  title: 'The Gates Excitation',
}

Hierarchy

  • MediaMetadata

    ↳ TvShow

Index

Properties

  • broadcastDate
  • episodeNumber
  • images
  • releaseDate
  • seasonNumber
  • seriesTitle
  • title
  • type

Properties

Optional broadcastDate

• broadcastDate? : undefined | string

The value is the date and/or time at which the TV show episode was first aired, in ISO-8601 format.


Optional episodeNumber

• episodeNumber? : undefined | number

The number of an episode in a given season of a TV show. Typically episode numbers are counted starting from 1, however this value may be 0 if it is a "pilot" episode that is not considered to be an official episode of the first season.


Optional images

• images? : WebImage[]

Inherited from MediaMetadata.images

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


Optional releaseDate

• releaseDate? : undefined | string

The value is the date and/or time at which the TV show episode was released, in ISO-8601 format.


Optional seasonNumber

• seasonNumber? : undefined | number

The season number that a TV show episode belongs to. Typically season numbers are counted starting from 1, however this value may be 0 if it is a "pilot" episode that predates the official start of a TV series.


Optional seriesTitle

• seriesTitle? : undefined | string

The name of the TV show.


Optional title

• title? : undefined | string

The title of the episode.


type

• type: "tvShow"

Overrides MediaMetadata.type

Media type.

← PhotoUser →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • Optional broadcastDate
    • Optional episodeNumber
    • Optional images
    • Optional releaseDate
    • Optional seasonNumber
    • Optional seriesTitle
    • Optional title
    • type