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.
[values] |
|
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 a valid media source. |
Pause |
The state used to pause the media. Media will preroll but remains paused when the MediaElement is assigned a valid media source. |
Play |
The state used to play the media. Media will preroll automatically when the MediaElement is assigned a valid media source. |
Stop |
The state used to stop the media. Media will preroll but not play when the MediaElement is assigned a valid media source. Media resources are not released. |