Defines the potential states of a C1MediaPlayer object.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
public enum MediaState
Visual Basic
Public Enumeration MediaState

Members

Member nameValueDescription
NoMedia0 The C1MediaPlayer contains no media.
Unstarted1 The C1MediaPlayer is stopped at the beginning of the file.
Buffering2 The C1MediaPlayer is loading the media for playback.
Playing3 The C1MediaPlayer is playing the media specified by the MediaSource property of the current C1MediaItem-
Paused4 The C1MediaPlayer does not advance its position.

See Also