webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
List of all members
HTMLAudioElement Interface Reference
import"
HTMLAudioElement.idl
";
Inheritance diagram for HTMLAudioElement:
Additional Inherited Members
Public Member Functions inherited from
HTMLMediaElement
Promise<
void
>
setMediaKeys
(
MediaKeys
?
mediaKeys
)
void
load
()
DOMString
canPlayType
(DOMString
type
)
Date
getStartDate
()
Promise<
void
>
play
()
void
pause
()
void
fastSeek
(unrestricted double
time
)
void
webkitSetMediaKeys
(
WebKitMediaKeys
?
mediaKeys
)
Promise<
void
>
setMediaKeys
(
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 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
The documentation for this interface was generated from the following file:
Source/WebCore/html/
HTMLAudioElement.idl
Generated by
1.8.13