C# Class CSPspEmu.Core.Audio.PspAudioImpl

Inheritance: PspEmulatorComponent
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Méthode Description
StopSynchronized ( ) : void

Update ( Action ReadStream ) : void

Called periodically on a thread.

Method Details

StopSynchronized() public abstract méthode

public abstract StopSynchronized ( ) : void
Résultat void

Update() public abstract méthode

Called periodically on a thread.
public abstract Update ( Action ReadStream ) : void
ReadStream Action
Résultat void