webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLVideoElement Interface Reference

import"HTMLVideoElement.idl";

Inheritance diagram for HTMLVideoElement:
HTMLMediaElement HTMLElement

Public Member Functions

void webkitEnterFullscreen ()
 
void webkitExitFullscreen ()
 
void webkitEnterFullScreen ()
 
void webkitExitFullScreen ()
 
boolean webkitSupportsPresentationMode (VideoPresentationMode mode)
 
void webkitSetPresentationMode (VideoPresentationMode mode)
 
- Public Member Functions inherited from HTMLMediaElement
Promise< voidsetMediaKeys (MediaKeys? mediaKeys)
 
void load ()
 
DOMString canPlayType (DOMString type)
 
Date getStartDate ()
 
Promise< voidplay ()
 
void pause ()
 
void fastSeek (unrestricted double time)
 
void webkitSetMediaKeys (WebKitMediaKeys? mediaKeys)
 
Promise< voidsetMediaKeys (MediaKeys? mediaKeys)
 
TextTrack addTextTrack (DOMString kind, optional DOMString label="", optional DOMString language="")
 
VideoPlaybackQuality getVideoPlaybackQuality ()
 
void webkitShowPlaybackTargetPicker ()
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute unsigned long width
 
attribute unsigned long height
 
readonly attribute unsigned long videoWidth
 
readonly attribute unsigned long videoHeight
 
attribute USVString poster
 
attribute boolean playsInline
 
readonly attribute boolean webkitSupportsFullscreen
 
readonly attribute boolean webkitDisplayingFullscreen
 
attribute boolean webkitWirelessVideoPlaybackDisabled
 
readonly attribute unsigned long webkitDecodedFrameCount
 
readonly attribute unsigned long webkitDroppedFrameCount
 
readonly attribute VideoPresentationMode webkitPresentationMode
 
- Public Attributes inherited from HTMLMediaElement
readonly attribute MediaKeys mediaKeys
 
attribute EventHandler onencrypted
 
attribute EventHandler onwaitingforkey
 
readonly attribute MediaError error
 
attribute USVString src
 
attribute MediaProvider srcObject
 
readonly attribute USVString currentSrc
 
attribute DOMString crossOrigin
 
const unsigned short NETWORK_EMPTY = 0
 
const unsigned short NETWORK_IDLE = 1
 
const unsigned short NETWORK_LOADING = 2
 
const unsigned short NETWORK_NO_SOURCE = 3
 
readonly attribute unsigned short networkState
 
attribute DOMString preload
 
readonly attribute TimeRanges buffered
 
const unsigned short HAVE_NOTHING = 0
 
const unsigned short HAVE_METADATA = 1
 
const unsigned short HAVE_CURRENT_DATA = 2
 
const unsigned short HAVE_FUTURE_DATA = 3
 
const unsigned short HAVE_ENOUGH_DATA = 4
 
readonly attribute unsigned short readyState
 
readonly attribute boolean seeking
 
attribute unrestricted double currentTime
 
readonly attribute unrestricted double duration
 
readonly attribute boolean paused
 
attribute unrestricted double defaultPlaybackRate
 
attribute unrestricted double playbackRate
 
readonly attribute TimeRanges played
 
readonly attribute TimeRanges seekable
 
readonly attribute boolean ended
 
attribute boolean autoplay
 
attribute boolean loop
 
attribute boolean controls
 
attribute double volume
 
attribute boolean muted
 
attribute boolean defaultMuted
 
attribute boolean webkitPreservesPitch
 
readonly attribute boolean webkitHasClosedCaptions
 
attribute boolean webkitClosedCaptionsVisible
 
readonly attribute unsigned long webkitAudioDecodedByteCount
 
readonly attribute unsigned long webkitVideoDecodedByteCount
 
readonly attribute WebKitMediaKeys webkitKeys
 
readonly attribute AudioTrackList audioTracks
 
readonly attribute TextTrackList textTracks
 
readonly attribute VideoTrackList videoTracks
 
attribute DOMString mediaGroup
 
attribute MediaController controller
 
readonly attribute boolean webkitCurrentPlaybackTargetIsWireless
 
attribute DOMString kind
 
attribute MediaSession session
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ webkitEnterFullscreen()

void HTMLVideoElement::webkitEnterFullscreen ( )

◆ webkitEnterFullScreen()

void HTMLVideoElement::webkitEnterFullScreen ( )

◆ webkitExitFullscreen()

void HTMLVideoElement::webkitExitFullscreen ( )

◆ webkitExitFullScreen()

void HTMLVideoElement::webkitExitFullScreen ( )

◆ webkitSetPresentationMode()

void HTMLVideoElement::webkitSetPresentationMode ( VideoPresentationMode  mode)

◆ webkitSupportsPresentationMode()

boolean HTMLVideoElement::webkitSupportsPresentationMode ( VideoPresentationMode  mode)

Member Data Documentation

◆ height

attribute unsigned long HTMLVideoElement::height

◆ playsInline

attribute boolean HTMLVideoElement::playsInline

◆ poster

attribute USVString HTMLVideoElement::poster

◆ videoHeight

readonly attribute unsigned long HTMLVideoElement::videoHeight

◆ videoWidth

readonly attribute unsigned long HTMLVideoElement::videoWidth

◆ webkitDecodedFrameCount

readonly attribute unsigned long HTMLVideoElement::webkitDecodedFrameCount

◆ webkitDisplayingFullscreen

readonly attribute boolean HTMLVideoElement::webkitDisplayingFullscreen

◆ webkitDroppedFrameCount

readonly attribute unsigned long HTMLVideoElement::webkitDroppedFrameCount

◆ webkitPresentationMode

readonly attribute VideoPresentationMode HTMLVideoElement::webkitPresentationMode

◆ webkitSupportsFullscreen

readonly attribute boolean HTMLVideoElement::webkitSupportsFullscreen

◆ webkitWirelessVideoPlaybackDisabled

attribute boolean HTMLVideoElement::webkitWirelessVideoPlaybackDisabled

◆ width

attribute unsigned long HTMLVideoElement::width

The documentation for this interface was generated from the following file: