Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

video-source.md 457B

VideoSource

A source of data linked to a <video> element.

Instantiation

AR.Source.Video

AR.Source.Video(video: HTMLVideoElement): VideoSource

Create a new source of data linked to the provided video.

Arguments

  • video: HTMLVideoElement. A <video> element.

Returns

A new source of data.

Properties

video

source.video: HTMLVideoElement, read-only

The underlying <video> element.

Since: 0.4.1