Interface: MediaSourceBase
Extended by
Properties
src
src:
string
The source URL of this media source.
id?
optional
id:string
Unique identifier of the media source.
Default Value
...
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