Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > MediaElement, IInputElement
(usage) |
<MediaElement /> |
(description) |
Represents a control that contains audio and/or video. |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
Balance |
|
(description) |
A ratio of volume across speakers. |
IsMuted |
|
(description) |
A value indicating whether the audio is muted. |
LoadedBehavior |
|
(description) |
The load behavior MediaState for the media. |
Position |
|
(description) |
The current position of progress through the media's playback time. |
ScrubbingEnabled |
|
(description) |
A value that indicates whether the MediaElement will update frames for seek operations while paused. |
Source |
|
(description) |
A media source on the MediaElement. |
SpeedRatio |
|
(description) |
The speed ratio of the media. |
Stretch |
|
(description) |
A Stretch value that describes how a MediaElement fills the destination rectangle. |
StretchDirection |
|
(description) |
A value that determines the restrictions on scaling that are applied to the image. |
UnloadedBehavior |
|
(description) |
The unload behavior MediaState for the media. |
Volume |
|
(description) |
The media's volume. |
(events) |
|
BufferingEnded |
Occurs when media buffering has ended. |
BufferingStarted |
Occurs when media buffering has begun. |
MediaEnded |
Occurs when the media has ended. |
MediaFailed |
Occurs when an error is encountered. |
MediaOpened |
Occurs when media loading has finished. |
ScriptCommand |
Occurs when a script command is encountered in the media. |