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