'Declaration
Public Enum MediaState Inherits System.Enum
public enum MediaState : System.Enum
'Declaration
Public Enum MediaState Inherits System.Enum
public enum MediaState : System.Enum
Member | Description |
---|---|
Buffering | The C1MediaPlayer is loading the media for playback. |
NoMedia | The C1MediaPlayer contains no media. |
Paused | The C1MediaPlayer does not advance its position. |
Playing | The C1MediaPlayer is playing the media specified by the C1MediaItem.MediaSource property of the current C1MediaItem- |
Unstarted | The C1MediaPlayer is stopped at the beginning of the file. |
System.Object
System.ValueType
System.Enum
C1.WPF.MediaPlayer.MediaState