Skip to Content

Interface: SourceSelected

Metadata of the source that was selected for playback.

Properties

id

id: string

Unique identifier of the source.


mimetype

mimetype: Mimetype

MIME type of the media source (e.g. HLS, DASH, MP4).


src

src: string

URL of the media source.


drmSystem?

optional drmSystem: DrmSystem

DRM system used to protect the source, if any.


metadata?

optional metadata: JoynSourceMetadata

Provider-generated metadata for this source.


playbackMode?

optional playbackMode: PlaybackMode

Playback mode indicating how the content should be played.

Last updated on