Interface: SourcePlaybackInfo
Playable resource resolved from a logical source item.
Properties
url
url:
string
Absolute or source-supported media URL.
mimeType?
optionalmimeType?:string
MIME type when it cannot be inferred reliably from the URL.
headers?
optionalheaders?:Record<string,string>
HTTP headers required when requesting the media. The host forwards them to playback targets that support custom request headers; support can vary by target, so test the platforms declared compatible by the addon.
durationMs?
optionaldurationMs?:number
Known media duration in milliseconds.
resumePositionMs?
optionalresumePositionMs?:number
Suggested resume position in milliseconds.