Mobile Web Wearable Web

Media

Media features include playing various media, and accessing media streams and capture capabilities.

The main media features are:

  • getUserMedia

    Enables you to access a local device to generate a multimedia stream.

  • HTML5 video and audio element

    Enables you to control multimedia playback, retrieve information about playback duration and media content downloading progress, and check supported media formats using the HTML5 <audio> and <video> elements.

The following guides apply in mobile applications only:

  • HTML Media Capture

    Enables you to easily access the media capture capabilities, such as a camera or microphone, based on their type using the HTML capture attribute.

  • Web Audio

    Enables you to play audio content using the HTML5 <audio> element.

Go to top