Defines the potential states of a C1MediaPlayer object.
Namespace:
C1.Silverlight.MediaPlayerAssembly: C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)
Syntax
| C# |
|---|
public enum MediaState |
| Visual Basic |
|---|
Public Enumeration MediaState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoMedia | 0 | The C1MediaPlayer contains no media. | |
| Unstarted | 1 | The C1MediaPlayer is stopped at the beginning of the file. | |
| Buffering | 2 | The C1MediaPlayer is loading the media for playback. | |
| Playing | 3 | The C1MediaPlayer is playing the media specified by the MediaSource property of the current C1MediaItem- | |
| Paused | 4 | The C1MediaPlayer does not advance its position. |