Adding multimedia (Windows Store apps using JavaScript and HTML)

Language: JavaScript and HTML | VB/C#/C++ and XAML
20 out of 23 rated this helpful - Rate this topic

Purpose

This section contains information on how to use audio and video in your Windows Store app built for Windows using JavaScript.

It covers how to capture multimedia, play audio and video, process image files, share or stream media with Play To, and transcode multimedia.

For performance guidance on using audio and video in Windows Store apps using JavaScript, see Audio and video performance.

For samples that demonstrate using audio and video in a Windows Store app using JavaScript, see the Samples section in the Related topics below.

In this section

TopicDescription

Capturing or rendering audio, video, and images

This section contains information on how to capture photos and videos from a capture device, such as a webcam, and how to render audio streams in a Windows Store app using JavaScript.

Playing and previewing audio and video

This section contains topics on playing audio and video in your Windows Store app using JavaScript.

Processing image files

The Windows.Graphics.Imaging namespace lets you decode images and then edit the pixels and metadata. Then you can encode the result in various formats.

Transcoding

This section describes how to use the Windows.Media.Transcoding API to transcode audio and video files in your Windows Store app using JavaScript.

Supported audio and video formats

This section lists the audio and video formats that are supported in Windows Store app using JavaScript and Windows Store app built for Windows using C++, C#, or Visual Basic

 

Related topics

Roadmaps
Roadmap for Windows Store apps using JavaScript
Designing UX for apps
Samples
HTML media playback sample
Transcoding media sample
Media capture sample
Camera capture UI sample
Camera options UI sample
Device enumeration sample
Media extension sample
Real-Time communication sample
Media Play To sample
PlayToReceiver sample
Playback manager sample
Reference
Windows.Media
Windows.Media.Capture
Windows.Media.Devices
Windows.Media.MediaProperties
Windows.Media.Playlists
Windows.Media.PlayTo
Windows.Media.Protection
Windows.Media.Transcoding
HTML5 Audio and Video
Windows.Graphics.Imaging
Other resources
Supported audio and video formats
Audio and video performance

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.