ExtendedMediaMetadata interface
Metadata for LiveMediaSession
.
- Extends
-
MediaMetadata
These types extend the default session metadata supported by the MediaSession
specification in browsers.
These additional types help with group synchronization.
live |
Flag indicating whether or not the stream is a live broadcast. |
track |
A unique identifier for the track (e.g., UUID, URL, etc.) |
Flag indicating whether or not the stream is a live broadcast.
liveStream?: boolean
Property Value
boolean
A unique identifier for the track (e.g., UUID, URL, etc.)
trackIdentifier: string
Property Value
string
album: string
Property Value
string
Inherited From MediaMetadata.album
artist: string
Property Value
string
Inherited From MediaMetadata.artist
artwork: readonly MediaImage[]
Property Value
readonly MediaImage[]
Inherited From MediaMetadata.artwork
title: string
Property Value
string
Inherited From MediaMetadata.title