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

MediaLiveSeekableRange

A class that aggregates information about the seekable range of a media stream.

see Android | iOS | Chrome

Hierarchy

  • MediaLiveSeekableRange

Index

Properties

  • endTime
  • isLiveDone
  • isMovingWindow
  • startTime

Properties

endTime

• endTime: number

End of the seekable range in seconds.


isLiveDone

• isLiveDone: boolean

A boolean value indicates whether a live stream is ended.


isMovingWindow

• isMovingWindow: boolean

A boolean value indicates whether the live seekable range is a moving window.


startTime

• startTime: number

Start of the seekable range in seconds.

← MediaInfoMediaLoadRequest →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • endTime
    • isLiveDone
    • isMovingWindow
    • startTime