Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.96 KB

mediaelementstate.md

File metadata and controls

47 lines (31 loc) · 1.96 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.MediaElementState
winrt enum

MediaElementState

-description

Defines the potential states of a MediaElement object.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Closed:0

The MediaElement contains no media. The MediaElement displays a transparent frame.

-field Opening:1

The MediaElement is validating and attempting to load the specified source.

-field Buffering:2

The MediaElement is loading the media for playback. Its Position does not advance during this state. If the MediaElement was already playing video, it continues to display the last displayed frame.

-field Playing:3

The MediaElement is playing the current media source.

-field Paused:4

The MediaElement does not advance its Position. If the MediaElement was playing video, it continues to display the current frame.

-field Stopped:5

The MediaElement contains media but is not playing or paused. Its Position is 0 and does not advance. If the loaded media is video, the MediaElement displays the first frame.

-remarks

-examples

-see-also

MediaElement.CurrentState