Skip to Content

Interface: SourceMediaItemBase

Extended by

Properties

src

src: string

The source URL of this media source.


duration?

optional duration: number

Duration in seconds. Only relevant for dynamic content.


id?

optional id: string

Unique identifier of the media source.

Default Value

V1StGXR8_Z5jdHi6B-myT a generated identifier


mimetype?

optional mimetype: Mimetype

Mimetype of the media source.

Default Value

detected from file extension of given src or undefined


playbackMode?

optional playbackMode: PlaybackMode

Content mode of the media source.

Default Value

PlaybackMode.VOD


validUntil?

optional validUntil: number

Until the media source is valid. Unix timestamp in milliseconds.

Last updated on