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

liveStream

Flag indicating whether or not the stream is a live broadcast.

trackIdentifier

A unique identifier for the track (e.g., UUID, URL, etc.)

Inherited Properties

Property Details

liveStream

Flag indicating whether or not the stream is a live broadcast.

TypeScript
liveStream?: boolean

Property Value

boolean

trackIdentifier

A unique identifier for the track (e.g., UUID, URL, etc.)

TypeScript
trackIdentifier: string

Property Value

string

Inherited Property Details

album

TypeScript
album: string

Property Value

string

Inherited From MediaMetadata.album

artist

TypeScript
artist: string

Property Value

string

Inherited From MediaMetadata.artist

artwork

TypeScript
artwork: readonly MediaImage[]

Property Value

readonly MediaImage[]

Inherited From MediaMetadata.artwork

title

TypeScript
title: string

Property Value

string

Inherited From MediaMetadata.title