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.
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
auto 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
auto canPlayType(string type)
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
auto 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
auto crossOrigin()
Undocumented in source. Be warned that the author may not have intended to support it.
currentSrc
auto 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
auto 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
auto 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
auto defaultPlaybackRate()
Undocumented in source. Be warned that the author may not have intended to support it.
duration
auto duration()
Undocumented in source. Be warned that the author may not have intended to support it.
ended
auto 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.
getStartDate
auto getStartDate()
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
auto loop()
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
auto muted()
Undocumented in source. Be warned that the author may not have intended to support it.
networkState
auto networkState()
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
auto 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
auto 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
auto preload()
Undocumented in source. Be warned that the author may not have intended to support it.
readyState
auto readyState()
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
auto seeking()
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
auto 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
auto 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
spasm.bindings.html.HTMLElement _parent;
Undocumented in source.

Meta