Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/audio-and-video-how-to-topics.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

31 lines
1.2 KiB
Markdown

---
title: "Audio and Video How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "multimedia [WPF]"
- "media [WPF]"
ms.assetid: f7d96707-ffb5-486c-9e85-db6f0d5ac547
---
# Audio and Video How-to Topics
The following topics demonstrate how to use the <xref:System.Windows.Controls.MediaElement> to integrate audio and video content in your applications.
## In This Section
[Control a MediaElement (Play, Pause, Stop, Volume, and Speed)](how-to-control-a-mediaelement-play-pause-stop-volume-and-speed.md)
[Control a MediaElement by Using a Storyboard](how-to-control-a-mediaelement-by-using-a-storyboard.md)
[Trigger Media Playback with a User Event](how-to-trigger-media-playback-with-a-user-event.md)
[Repeat Media Playback](how-to-repeat-media-playback.md)
[Play Media with Animations](how-to-play-media-with-animations.md)
[Use Transforms on a MediaElement](how-to-use-transforms-on-a-mediaelement.md)
## Reference
<xref:System.Windows.Controls.MediaElement>
<xref:System.Windows.Media.MediaPlayer>
<xref:System.Windows.Media.MediaTimeline>
## Related Sections
[Graphics and Multimedia](index.md)