選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

video-source.md 344B

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.