Adding multimedia (Windows Store apps using C#/VB/C++ and XAML)
Purpose
This section contains information on how to use audio and video in your Windows Store app using C++, C#, or Visual Basic.
It covers how to capture multimedia, play audio and video, process image files, share or stream media with Play To, and transcode multimedia.
The controls to capture, play, and render media in a Windows Store app using C++, C#, or Visual Basic are CaptureElement, MediaElement, and Image. These are defined in the Windows.UI.Xaml.Controls namespace.
For performance guidance on using audio and video in Windows Store app using C++, C#, or Visual Basic, see Optimize media resources.
For samples that demonstrate using audio and video in a Windows Store app using C++, C#, or Visual Basic, see the Samples section in the Related topics below.
In this section
| Topic | Description |
|---|---|
|
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 C++, C#, or Visual Basic. | |
|
This section contains topics on playing audio and video in your Windows Store app using C++, C#, or Visual Basic. | |
|
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. | |
|
This section describes how to use the Windows.Media.Transcoding API to transcode audio and video files in your Windows Store app using C++, C#, or Visual Basic. |
Related topics
- Roadmaps
- Roadmap for Windows Store apps using C# and Visual Basic
- Roadmap for Windows Store apps using C++
- Designing UX for apps
- Samples
- XAML 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
- Effects discovery sample
- MediaStreamSource streaming sample
- System media transport controls 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
- Windows.Graphics.Imaging
- Other resources
- Supported audio and video formats
- Optimize media resources
Build date: 6/21/2013
