Function pinwheel::elements::html::video[][src]

pub fn video() -> VideoElement
Expand description

The HTML Video element (<video>) embeds a media player which supports video playback into the document. You can use <video> for audio content as well, but the audio element may provide a more appropriate user experience.