Media
PUBLISHED
The 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. - HTML Media Capture in mobile applications only
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 in mobile and TV applications only
Enables you to play audio content using the HTML5
<audio>
element. - Tizen WebKit Tap Sound Policy in mobile applications only
Allows you to play sounds to provide responsiveness on user interaction.
Was this document helpful?
We value your feedback. Please let us know what you think.