1. Audio element

    Method of playing sound on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`

  2. Media Capture from DOM Elements API

    API to capture Real-Time video and audio from a DOM element, such as a `<video>`, `<audio>`, or `<canvas>` element via the `captureStream` method, in the form of a `MediaStream`

  3. Media Source Extensions

    API allowing media data to be accessed from HTML `video` and `audio` elements.

  4. audiocontext api: createmediaelementsource

  5. htmlaudioelement api

  6. htmlaudioelement api: `audio()` constructor

  7. htmlmediaelement api: audiotracks

  8. htmlmediaelement api: mozaudiocaptured

  9. htmlvideoelement api: mozhasaudio

  10. mediaelementaudiosourcenode api

  11. mediaelementaudiosourcenode api: mediaelement

  12. mediaelementaudiosourcenode api: `mediaelementaudiosourcenode()` constructor

  13. html element: audio: autoplay

  14. html element: audio: controls

  15. html element: audio: controlslist

  16. html element: audio: crossorigin

  17. html element: audio: disableremoteplayback

  18. html element: audio: loop

  19. html element: audio: muted

  20. html element: audio: preload

  21. html element: audio: src