A source of data linked to a <video>
element.
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.
source.video: HTMLVideoElement, read-only
The underlying <video>
element.
Since: 0.4.1