C# Class BeatMachine.RunMediaPlayer

Inheritance: IApplicationService
Mostra file Open project: yavorg/Beat-Machine

Public Methods

Method Description
RunMediaPlayer ( System.TimeSpan dispatchInterval ) : System
StartService ( System.Windows.ApplicationServiceContext context ) : void
StopService ( ) : void

Private Methods

Method Description
frameworkDispatcherTimer_Tick ( object sender, EventArgs e ) : void

Method Details

RunMediaPlayer() public method

public RunMediaPlayer ( System.TimeSpan dispatchInterval ) : System
dispatchInterval System.TimeSpan
return System

StartService() public method

public StartService ( System.Windows.ApplicationServiceContext context ) : void
context System.Windows.ApplicationServiceContext
return void

StopService() public method

public StopService ( ) : void
return void