You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

video-source.md 334B

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.