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
src
src:
string
The source URL of this media source.
Inherited from
id?
optional
id:string
Unique identifier of the media source.
Default Value
...
a generated identifier
Inherited from
playbackMode?
optional
playbackMode:PlaybackMode
Content mode of the media source.
Default Value
PlaybackMode.VOD
Inherited from
validUntil?
optional
validUntil:number
Until the media source is valid. Unix timestamp in milliseconds.
Inherited from
Last updated on