HTMLMediaElement

Undocumented in source.
@safe nothrow
struct HTMLMediaElement {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

addTextTrack
auto addTextTrack(TextTrackKind kind, string label, string language)
Undocumented in source. Be warned that the author may not have intended to support it.
addTextTrack
auto addTextTrack(TextTrackKind kind, string label)
Undocumented in source. Be warned that the author may not have intended to support it.
addTextTrack
auto addTextTrack(TextTrackKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
allowedToPlay
bool allowedToPlay()
Undocumented in source. Be warned that the author may not have intended to support it.
audioTracks
auto audioTracks()
Undocumented in source. Be warned that the author may not have intended to support it.
autoplay
void autoplay(bool autoplay)
Undocumented in source. Be warned that the author may not have intended to support it.
autoplay
bool autoplay()
Undocumented in source. Be warned that the author may not have intended to support it.
buffered
auto buffered()
Undocumented in source. Be warned that the author may not have intended to support it.
canPlayType
string canPlayType(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
computedMuted
bool computedMuted()
Undocumented in source. Be warned that the author may not have intended to support it.
computedSuspended
uint computedSuspended()
Undocumented in source. Be warned that the author may not have intended to support it.
computedVolume
double computedVolume()
Undocumented in source. Be warned that the author may not have intended to support it.
controls
void controls(bool controls)
Undocumented in source. Be warned that the author may not have intended to support it.
controls
bool controls()
Undocumented in source. Be warned that the author may not have intended to support it.
crossOrigin
void crossOrigin(Optional!(T0) crossOrigin)
Undocumented in source. Be warned that the author may not have intended to support it.
crossOrigin
Optional!(string) crossOrigin()
Undocumented in source. Be warned that the author may not have intended to support it.
currentSrc
string currentSrc()
Undocumented in source. Be warned that the author may not have intended to support it.
currentTime
void currentTime(double currentTime)
Undocumented in source. Be warned that the author may not have intended to support it.
currentTime
double currentTime()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultMuted
void defaultMuted(bool defaultMuted)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultMuted
bool defaultMuted()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultPlaybackRate
void defaultPlaybackRate(double defaultPlaybackRate)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultPlaybackRate
double defaultPlaybackRate()
Undocumented in source. Be warned that the author may not have intended to support it.
duration
double duration()
Undocumented in source. Be warned that the author may not have intended to support it.
ended
bool ended()
Undocumented in source. Be warned that the author may not have intended to support it.
error
auto error()
Undocumented in source. Be warned that the author may not have intended to support it.
fastSeek
void fastSeek(double time)
Undocumented in source. Be warned that the author may not have intended to support it.
hasSuspendTaint
bool hasSuspendTaint()
Undocumented in source. Be warned that the author may not have intended to support it.
isEncrypted
bool isEncrypted()
Undocumented in source. Be warned that the author may not have intended to support it.
isVideoDecodingSuspended
bool isVideoDecodingSuspended()
Undocumented in source. Be warned that the author may not have intended to support it.
isVisible
bool isVisible()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
loop
void loop(bool loop)
Undocumented in source. Be warned that the author may not have intended to support it.
loop
bool loop()
Undocumented in source. Be warned that the author may not have intended to support it.
mediaKeys
auto mediaKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
mozAllowCasting
void mozAllowCasting(bool mozAllowCasting)
Undocumented in source. Be warned that the author may not have intended to support it.
mozAllowCasting
bool mozAllowCasting()
Undocumented in source. Be warned that the author may not have intended to support it.
mozAudioCaptured
bool mozAudioCaptured()
Undocumented in source. Be warned that the author may not have intended to support it.
mozCaptureStream
auto mozCaptureStream()
Undocumented in source. Be warned that the author may not have intended to support it.
mozCaptureStreamUntilEnded
auto mozCaptureStreamUntilEnded()
Undocumented in source. Be warned that the author may not have intended to support it.
mozDebugReaderData
string mozDebugReaderData()
Undocumented in source. Be warned that the author may not have intended to support it.
mozDumpDebugInfo
auto mozDumpDebugInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
mozEnableDebugLog
void mozEnableDebugLog()
Undocumented in source. Be warned that the author may not have intended to support it.
mozFragmentEnd
double mozFragmentEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetMetadata
auto mozGetMetadata()
Undocumented in source. Be warned that the author may not have intended to support it.
mozIsCasting
void mozIsCasting(bool mozIsCasting)
Undocumented in source. Be warned that the author may not have intended to support it.
mozIsCasting
bool mozIsCasting()
Undocumented in source. Be warned that the author may not have intended to support it.
mozMediaSourceObject
auto mozMediaSourceObject()
Undocumented in source. Be warned that the author may not have intended to support it.
mozPreservesPitch
void mozPreservesPitch(bool mozPreservesPitch)
Undocumented in source. Be warned that the author may not have intended to support it.
mozPreservesPitch
bool mozPreservesPitch()
Undocumented in source. Be warned that the author may not have intended to support it.
mozRequestDebugInfo
auto mozRequestDebugInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
mozRequestDebugLog
auto mozRequestDebugLog()
Undocumented in source. Be warned that the author may not have intended to support it.
muted
void muted(bool muted)
Undocumented in source. Be warned that the author may not have intended to support it.
muted
bool muted()
Undocumented in source. Be warned that the author may not have intended to support it.
networkState
ushort networkState()
Undocumented in source. Be warned that the author may not have intended to support it.
onencrypted
void onencrypted(Optional!(T0) onencrypted)
Undocumented in source. Be warned that the author may not have intended to support it.
onencrypted
EventHandler onencrypted()
Undocumented in source. Be warned that the author may not have intended to support it.
onwaitingforkey
void onwaitingforkey(Optional!(T0) onwaitingforkey)
Undocumented in source. Be warned that the author may not have intended to support it.
onwaitingforkey
EventHandler onwaitingforkey()
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
paused
bool paused()
Undocumented in source. Be warned that the author may not have intended to support it.
play
auto play()
Undocumented in source. Be warned that the author may not have intended to support it.
playbackRate
void playbackRate(double playbackRate)
Undocumented in source. Be warned that the author may not have intended to support it.
playbackRate
double playbackRate()
Undocumented in source. Be warned that the author may not have intended to support it.
played
auto played()
Undocumented in source. Be warned that the author may not have intended to support it.
preload
void preload(string preload)
Undocumented in source. Be warned that the author may not have intended to support it.
preload
string preload()
Undocumented in source. Be warned that the author may not have intended to support it.
readyState
ushort readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
reportCanPlayTelemetry
void reportCanPlayTelemetry()
Undocumented in source. Be warned that the author may not have intended to support it.
seekToNextFrame
auto seekToNextFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
seekable
auto seekable()
Undocumented in source. Be warned that the author may not have intended to support it.
seeking
bool seeking()
Undocumented in source. Be warned that the author may not have intended to support it.
setMediaKeys
auto setMediaKeys(Optional!(T0) mediaKeys)
Undocumented in source. Be warned that the author may not have intended to support it.
setSinkId
auto setSinkId(string sinkId)
Undocumented in source. Be warned that the author may not have intended to support it.
setVisible
void setVisible(bool aVisible)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkId
string sinkId()
Undocumented in source. Be warned that the author may not have intended to support it.
src
void src(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
src
string src()
Undocumented in source. Be warned that the author may not have intended to support it.
srcObject
void srcObject(Optional!(T0) srcObject)
Undocumented in source. Be warned that the author may not have intended to support it.
srcObject
auto srcObject()
Undocumented in source. Be warned that the author may not have intended to support it.
textTracks
auto textTracks()
Undocumented in source. Be warned that the author may not have intended to support it.
videoTracks
auto videoTracks()
Undocumented in source. Be warned that the author may not have intended to support it.
volume
void volume(double volume)
Undocumented in source. Be warned that the author may not have intended to support it.
volume
double volume()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

HAVE_CURRENT_DATA
enum ushort HAVE_CURRENT_DATA;
Undocumented in source.
HAVE_ENOUGH_DATA
enum ushort HAVE_ENOUGH_DATA;
Undocumented in source.
HAVE_FUTURE_DATA
enum ushort HAVE_FUTURE_DATA;
Undocumented in source.
HAVE_METADATA
enum ushort HAVE_METADATA;
Undocumented in source.
HAVE_NOTHING
enum ushort HAVE_NOTHING;
Undocumented in source.
NETWORK_EMPTY
enum ushort NETWORK_EMPTY;
Undocumented in source.
NETWORK_IDLE
enum ushort NETWORK_IDLE;
Undocumented in source.
NETWORK_LOADING
enum ushort NETWORK_LOADING;
Undocumented in source.
NETWORK_NO_SOURCE
enum ushort NETWORK_NO_SOURCE;
Undocumented in source.
_parent
libwasm.bindings.HTMLElement.HTMLElement _parent;
Undocumented in source.

Meta