Skip to Content
The new glomex player is released! 🎉View upgrade guide

Interface: MediaSourceDynamicContent

Extends

Properties

mimetype

mimetype: DYNAMIC_CONTENT

Mimetype of the media source.

Default Value

detected from file extension of given src or undefined

Overrides

MediaSourceBase.mimetype


src

src: string

The source URL of this media source.

Inherited from

MediaSourceBase.src


id?

optional id: string

Unique identifier of the media source.

Default Value

... a generated identifier

Inherited from

MediaSourceBase.id


playbackMode?

optional playbackMode: PlaybackMode

Content mode of the media source.

Default Value

PlaybackMode.VOD

Inherited from

MediaSourceBase.playbackMode


validUntil?

optional validUntil: number

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

Inherited from

MediaSourceBase.validUntil

Last updated on