MediaState Enumeration
Specifies the states that can be applied to a MediaElement for the LoadedBehavior and UnloadedBehavior properties.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Close | The state used to close the media. All media resources are released (including video memory). | |
| Manual | The state used to control a MediaElement manually. Interactive methods like Play and Pause can be used. Media will preroll but not play when the MediaElement is assigned valid media source. | |
| Pause | The state used to pause the media. Media will preroll but remains paused when the MediaElement is assigned valid media source. | |
| Play | The state used to play the media. . Media will preroll automatically being playback when the MediaElement is assigned valid media source. | |
| Stop | The state used to stop the media. Media will preroll but not play when the MediaElement is assigned valid media source. Media resources are not released. |
Available since 3.0