ComponentOne MediaPlayer for WPF and Silverlight
MediaState Enumeration

C1.WPF.MediaPlayer Namespace : MediaState Enumeration
Defines the potential states of a C1MediaPlayer object.
Syntax
'Declaration
 
Public Enum MediaState 
   Inherits System.Enum
public enum MediaState : System.Enum 
Members
MemberDescription
BufferingThe C1MediaPlayer is loading the media for playback.
NoMediaThe C1MediaPlayer contains no media.
PausedThe C1MediaPlayer does not advance its position.
PlayingThe C1MediaPlayer is playing the media specified by the C1MediaItem.MediaSource property of the current C1MediaItem-
UnstartedThe C1MediaPlayer is stopped at the beginning of the file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.MediaPlayer.MediaState

See Also

Reference

C1.WPF.MediaPlayer Namespace