C# Class NScumm.Core.Audio.OPL.DosBox.OplTimer

Mostra file Open project: scemino/nscumm

Public Methods

Method Description
Reset ( double time ) : void
Start ( double time, int scale ) : void
Stop ( ) : void
Update ( double time ) : void

Method Details

Reset() public method

public Reset ( double time ) : void
time double
return void

Start() public method

public Start ( double time, int scale ) : void
time double
scale int
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( double time ) : void
time double
return void