C# 클래스 BeatMachine.RunMediaPlayer

상속: IApplicationService
파일 보기 프로젝트 열기: yavorg/Beat-Machine

공개 메소드들

메소드 설명
RunMediaPlayer ( System.TimeSpan dispatchInterval ) : System
StartService ( System.Windows.ApplicationServiceContext context ) : void
StopService ( ) : void

비공개 메소드들

메소드 설명
frameworkDispatcherTimer_Tick ( object sender, EventArgs e ) : void

메소드 상세

RunMediaPlayer() 공개 메소드

public RunMediaPlayer ( System.TimeSpan dispatchInterval ) : System
dispatchInterval System.TimeSpan
리턴 System

StartService() 공개 메소드

public StartService ( System.Windows.ApplicationServiceContext context ) : void
context System.Windows.ApplicationServiceContext
리턴 void

StopService() 공개 메소드

public StopService ( ) : void
리턴 void