C# Class MediaPlayer.WindowsMediaPlayer

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Methods

Method Description
Pause ( ) : void
Play ( ) : void
SetFramePosition ( double pos ) : void
Stop ( ) : void
WindowsMediaPlayer ( ) : System

Private Methods

Method Description
Player_OpenStateChange ( object sender, AxWMPLib e ) : void
Player_PlayStateChange ( object sender, AxWMPLib e ) : void
Player_PositionChange ( object sender, AxWMPLib e ) : void

Method Details

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

SetFramePosition() public method

public SetFramePosition ( double pos ) : void
pos double
return void

Stop() public method

public Stop ( ) : void
return void

WindowsMediaPlayer() public method

public WindowsMediaPlayer ( ) : System
return System