Articles tagged: HTMLMediaElement
Found 30 documents
- Web/API/HTMLMediaElement The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support ...
- Web/API/HTMLMediaElement/autoplay The HTMLMediaElement.autoplay property reflects the autoplay HTML attribute, indicating whether ...
- Web/API/HTMLMediaElement/buffered The HTMLMediaElement.buffered read-only property returns a new TimeRanges object ...
- Web/API/HTMLMediaElement/canPlayType The HTMLMediaElement.canPlayType() method determines whether the specified media type can be ...
- Web/API/HTMLMediaElement/captureStream The captureStream() property of the HTMLMediaElement interface returns in a MediaStream object a ...
- Web/API/HTMLMediaElement/controller The HTMLMediaElement.controller property represents the media controller assigned to the element.
- Web/API/HTMLMediaElement/controls The HTMLMediaElement.controls property reflects the controls HTML attribute, which controls ...
- Web/API/HTMLMediaElement/crossOrigin The HTMLMediaElement.crossOrigin property is the CORS setting for this image element. See CORS ...
- Web/API/HTMLMediaElement/currentSrc The HTMLMediaElement.currentSrc property contains the absolute URL of the chosen media ...
- Web/API/HTMLMediaElement/currentTime The HTMLMediaElement.currentTime property gives the current playback time in seconds. Setting ...
- Web/API/HTMLMediaElement/defaultMuted The HTMLMediaElement.defaultMuted property reflects the muted HTML attribute, which indicates ...
- Web/API/HTMLMediaElement/defaultPlaybackRate The HTMLMediaElement.defaultPlaybackRate property indicates the default playback rate for the media.
- Web/API/HTMLMediaElement/duration The HTMLMediaElement.duration property gives the length of the media in seconds, or zero if no ...
- Web/API/HTMLMediaElement/ended The HTMLMediaElement.ended indicates whether the media element has ended playback.
- Web/API/HTMLMediaElement/error The HTMLMediaElement.error is the MediaError object for the most recent error, or null if there ...
- Web/API/HTMLMediaElement/initialTime The HTMLMediaElement.initialTime is the initial playback position in seconds.
- Web/API/HTMLMediaElement/loop The HTMLMediaElement.loop property reflects the loop HTML attribute, which controls whether the ...
- Web/API/HTMLMediaElement/mediaGroup The HTMLMediaElement.mediaGroup property reflects the mediagroup HTML attribute, which indicates ...
- Web/API/HTMLMediaElement/mozAudioChannelType The mozAudioChannelType property of the HTMLMediaElement interface can be used to set the audio ...
- Web/API/HTMLMediaElement/muted The HTMLMediaElement.muted indicates whether the media element muted.
- Web/API/HTMLMediaElement/paused The read-only HTMLMediaElement.paused property tells whether the media element is paused.
- Web/API/HTMLMediaElement/play The HTMLMediaElement.play() method attempts to begin playback of the media and returns a Promise ...
- Web/API/HTMLMediaElement/playbackRate The HTMLMediaElement.playbackRate property sets the rate at which the media is being played ...
- Web/API/HTMLMediaElement/readyState The HTMLMediaElement.readyState property indicates the readiness state of the media.
- Web/API/HTMLMediaElement/seekable The seekable read-only property of the HTMLMediaElement returns a TimeRanges object that ...
- Web/API/HTMLMediaElement/seekToNextFrame The HTMLMediaElement.seekToNextFrame() method asynchronously advances the the current play ...
- Web/API/HTMLMediaElement/setSinkId The HTMLMediaElement.setSinkId() method sets the ID of the audio device to use for output and ...
- Web/API/HTMLMediaElement/sinkId The HTMLMediaElement.sinkId read-only property returns a DOMString that is the unique ID of the ...
- Web/API/HTMLMediaElement/src The HTMLMediaElement.src property reflects the value of the HTML media element's src attribute, ...
- Web/API/HTMLMediaElement/srcObject The srcObject property of the HTMLMediaElement interface sets or returns the MediaStream to play ...