C# 클래스 Motion.Sound.MP3Player

상속: IAlarmPlayer
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
AlarmEnd ( ) : void
AlarmStart ( ) : void
Check ( ) : bool
Close ( ) : void
MP3Player ( ) : System
Open ( ) : void
Pause ( ) : void
Play ( ) : void
Seek ( ulong Millisecs ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
OnCloseFile ( CloseFileEventArgs cea ) : void
OnError ( ErrorEventArgs eea ) : void
OnOpenFile ( OpenFileEventArgs oea ) : void
OnPauseFile ( PauseFileEventArgs paea ) : void
OnPlayFile ( PlayFileEventArgs pea ) : void
OnStopFile ( StopFileEventArgs sea ) : void

비공개 메소드들

메소드 설명
CalculateLength ( ) : void
mciSendString ( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr hwndCallback ) : long

메소드 상세

AlarmEnd() 공개 메소드

public AlarmEnd ( ) : void
리턴 void

AlarmStart() 공개 메소드

public AlarmStart ( ) : void
리턴 void

Check() 공개 메소드

public Check ( ) : bool
리턴 bool

Close() 공개 메소드

public Close ( ) : void
리턴 void

MP3Player() 공개 메소드

public MP3Player ( ) : System
리턴 System

OnCloseFile() 보호된 메소드

protected OnCloseFile ( CloseFileEventArgs cea ) : void
cea CloseFileEventArgs
리턴 void

OnError() 보호된 메소드

protected OnError ( ErrorEventArgs eea ) : void
eea ErrorEventArgs
리턴 void

OnOpenFile() 보호된 메소드

protected OnOpenFile ( OpenFileEventArgs oea ) : void
oea OpenFileEventArgs
리턴 void

OnPauseFile() 보호된 메소드

protected OnPauseFile ( PauseFileEventArgs paea ) : void
paea PauseFileEventArgs
리턴 void

OnPlayFile() 보호된 메소드

protected OnPlayFile ( PlayFileEventArgs pea ) : void
pea PlayFileEventArgs
리턴 void

OnStopFile() 보호된 메소드

protected OnStopFile ( StopFileEventArgs sea ) : void
sea StopFileEventArgs
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( ulong Millisecs ) : void
Millisecs ulong
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void