[]
        
(Showing Draft Content)

C1.WPF.MediaPlayer.MediaState

MediaState Enum

Defines the potential states of a C1MediaPlayer object.

Namespace: C1.WPF.MediaPlayer
Assembly: C1.WPF.MediaPlayer.4.6.2.dll
Syntax
public enum MediaState

Fields

Name 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 MediaSource property of the current C1MediaItem-

Unstarted

The C1MediaPlayer is stopped at the beginning of the file.