C# Class CSPspEmu.Core.Audio.PspAudioImpl

Inheritance: PspEmulatorComponent
Show file Open project: soywiz/cspspemu Class Usage Examples

Public Methods

Method Description
StopSynchronized ( ) : void

Update ( Action ReadStream ) : void

Called periodically on a thread.

Method Details

StopSynchronized() public abstract method

public abstract StopSynchronized ( ) : void
return void

Update() public abstract method

Called periodically on a thread.
public abstract Update ( Action ReadStream ) : void
ReadStream Action
return void