Package | Description |
---|---|
elemental.dom | |
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
MediaElement |
Document.createMediaElement() |
Modifier and Type | Interface and Description |
---|---|
interface |
AudioElement
The
HTMLAudioElement interface provides access to the properties of <audio>
elements, as well as methods to manipulate them. |
interface |
VideoElement
DOM
video objects expose the HTMLVideoElement interface, which provides special properties (beyond the regular element object and HTMLMediaElement interfaces they also have available to them by inheritance) for manipulating video objects. |
Modifier and Type | Method and Description |
---|---|
MediaElement |
MediaElementAudioSourceNode.getMediaElement() |
Modifier and Type | Method and Description |
---|---|
MediaElementAudioSourceNode |
AudioContext.createMediaElementSource(MediaElement mediaElement) |
Modifier and Type | Class and Description |
---|---|
class |
JsAudioElement |
class |
JsMediaElement |
class |
JsVideoElement |
Modifier and Type | Method and Description |
---|---|
JsMediaElementAudioSourceNode |
JsAudioContext.createMediaElementSource(MediaElement mediaElement) |
Copyright © 2018. All rights reserved.