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.

VideoSource

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

Instantiation

Martins.Source.Video

Martins.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.