Module moxie_dom::elements::media [−][src]
Expand description
HTML supports various multimedia resources such as images, audio, and video.
Structs
The HTML <area>
element defines a hot-spot region on an image, and optionally
associates it with a hypertext link. This element is used only within a <map>
element.
The HTML <area>
element defines a hot-spot region on an image, and optionally
associates it with a hypertext link. This element is used only within a <map>
element.
The HTML <audio>
element is used to embed sound content in documents. It may
contain one or more audio sources, represented using the src
attribute or the
<source>
element: the browser will choose the most suitable one. It can also be
the destination for streamed media, using a MediaStream
.
The HTML <audio>
element is used to embed sound content in documents. It may
contain one or more audio sources, represented using the src
attribute or the
<source>
element: the browser will choose the most suitable one. It can also be
the destination for streamed media, using a MediaStream
.
The HTML <img>
element embeds an image into the document.
The HTML <img>
element embeds an image into the document.
The HTML <map>
element is used with <area>
elements to define an image
map (a clickable link area).
The HTML <map>
element is used with <area>
elements to define an image
map (a clickable link area).
The HTML <track>
element is used as a child of the media elements
<audio>
and <video>
. It lets you specify timed text tracks (or
time-based data), for example to automatically handle subtitles. The tracks are formatted in
WebVTT format (.vtt
files) — Web Video Text Tracks or Timed Text Markup Language
(TTML).
The HTML <track>
element is used as a child of the media elements
<audio>
and <video>
. It lets you specify timed text tracks (or
time-based data), for example to automatically handle subtitles. The tracks are formatted in
WebVTT format (.vtt
files) — Web Video Text Tracks or Timed Text Markup Language
(TTML).
The HTML Video element (<video>
) embeds a media player which supports video
playback into the document.
The HTML Video element (<video>
) embeds a media player which supports video
playback into the document.
Functions
The HTML <area>
element defines a hot-spot region on an image, and optionally
associates it with a hypertext link. This element is used only within a <map>
element.
The HTML <audio>
element is used to embed sound content in documents. It may
contain one or more audio sources, represented using the src
attribute or the
<source>
element: the browser will choose the most suitable one. It can also be
the destination for streamed media, using a MediaStream
.
The HTML <img>
element embeds an image into the document.
The HTML <map>
element is used with <area>
elements to define an image
map (a clickable link area).
The HTML <track>
element is used as a child of the media elements
<audio>
and <video>
. It lets you specify timed text tracks (or
time-based data), for example to automatically handle subtitles. The tracks are formatted in
WebVTT format (.vtt
files) — Web Video Text Tracks or Timed Text Markup Language
(TTML).
The HTML Video element (<video>
) embeds a media player which supports video
playback into the document.