Baseline Widely available *
HTMLVideoElement
инÑеÑÑÐµÐ¹Ñ Ð¿ÑедоÑÑавлÑÐµÑ ÑпеÑиалÑнÑе ÑвойÑÑва и меÑÐ¾Ð´Ñ Ð´Ð»Ñ Ð¼Ð°Ð½Ð¸Ð¿ÑлиÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð¸Ð´ÐµÐ¾ обÑекÑов. Ðн Ñакже наÑледÑÐµÑ ÑвойÑÑва и меÑÐ¾Ð´Ñ HTMLMediaElement
и HTMLElement
.
СпиÑок поддеÑживаемÑÑ ÑоÑмаÑов медиа ваÑÑиÑÑÑÑÑÑ Ð¸Ð· одного бÑаÑзеÑа в дÑÑгой. ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð»Ð¸Ð±Ð¾ пÑедоÑÑавиÑÑ Ð²Ð°Ñе видео в одном ÑоÑмаÑе коÑоÑÑе поддеÑживаÑÑÑÑ Ð²Ñеми акÑÑалÑнÑми бÑаÑзеÑами, или пÑедоÑÑавиÑÑ Ð¼Ð½Ð¾Ð¶ÐµÑÑвеннÑе иÑÑоÑники видео в доÑÑаÑоÑно ÑазнÑÑ ÑоÑмаÑÐ°Ñ ÑÑÐ¾Ð±Ñ Ð²Ñе бÑаÑзеÑÑ ÐºÐ¾ÑоÑÑе вам нÑÐ¶Ð½Ñ Ð¿Ð¾Ð´Ð´ÐµÑживали Ð¸Ñ .
must be a string
СвойÑÑваInherits properties from its parent, HTMLMediaElement
, and HTMLElement
.
HTMLVideoElement.height
Is a DOMString
that reflects the height
HTML attribute, which specifies the height of the display area, in CSS pixels.
HTMLVideoElement.poster
Is a DOMString
that reflects the poster
HTML attribute, which specifies an image to show while no video data is available.
HTMLVideoElement.videoHeight
ТолÑко Ð´Ð»Ñ ÑÑениÑ
Returns an unsigned long
containing the intrinsic height of the resource in CSS pixels, taking into account the dimensions, aspect ratio, clean aperture, resolution, and so forth, as defined for the format used by the resource. If the element's ready state is HAVE_NOTHING
, the value is 0
.
HTMLVideoElement.videoWidth
ТолÑко Ð´Ð»Ñ ÑÑениÑ
Returns an unsigned long
containing the intrinsic width of the resource in CSS pixels, taking into account the dimensions, aspect ratio, clean aperture, resolution, and so forth, as defined for the format used by the resource. If the element's ready state is HAVE_NOTHING
, the value is 0
.
HTMLVideoElement.width
Is a DOMString
that reflects the width
HTML attribute, which specifies the width of the display area, in CSS pixels.
HTMLVideoElement.mozParsedFrames
ТолÑко Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ðе ÑÑандаÑÑно
Returns an unsigned long
with the count of video frames that have been parsed from the media resource.
HTMLVideoElement.mozDecodedFrames
ТолÑко Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ðе ÑÑандаÑÑно
Returns an unsigned long
with the count of parsed video frames that have been decoded into images.
HTMLVideoElement.mozPresentedFrames
ТолÑко Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ðе ÑÑандаÑÑно
Returns an unsigned long
with the count of decoded frames that have been presented to the rendering pipeline for painting.
HTMLVideoElement.mozPaintedFrames
ТолÑко Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ðе ÑÑандаÑÑно
Returns an unsigned long
with the count of presented frames which were painted on the screen.
HTMLVideoElement.mozFrameDelay
ТолÑко Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ðе ÑÑандаÑÑно
Returns an double
with the time which the last painted video frame was late by, in seconds.
HTMLVideoElement.mozHasAudio
ТолÑко Ð´Ð»Ñ ÑÑÐµÐ½Ð¸Ñ Ðе ÑÑандаÑÑно
Returns a Boolean
indicating if there is some audio associated with the video.
Inherits methods from its parent, HTMLMediaElement
, and HTMLElement
.
HTMLVideoElement.getVideoPlaybackQuality()
ÐкÑпеÑименÑалÑÐ½Ð°Ñ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑÑ
Returns a VideoPlaybackQuality
objects that contains the current playback metrics.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4