VideoStreamOptions
Defined in: video/PlatformVideoBackend.ts:38
Properties
Section titled “Properties”audioTrackUrl?
Section titled “audioTrackUrl?”
optionalaudioTrackUrl?:string
Defined in: video/PlatformVideoBackend.ts:48
Resolved URL of the cook-demuxed audio-track sibling, when the realm’s manifest knows one (content-addressed staging renames files, so it can’t be derived from the video URL). Backends without out-of-band audio (HTMLVideoElement) ignore it.
autoplay?
Section titled “autoplay?”
optionalautoplay?:boolean
Defined in: video/PlatformVideoBackend.ts:39
optionalloop?:boolean
Defined in: video/PlatformVideoBackend.ts:40
muted?
Section titled “muted?”
optionalmuted?:boolean
Defined in: video/PlatformVideoBackend.ts:41
playbackRate?
Section titled “playbackRate?”
optionalplaybackRate?:number
Defined in: video/PlatformVideoBackend.ts:43
volume?
Section titled “volume?”
optionalvolume?:number
Defined in: video/PlatformVideoBackend.ts:42