C# Class CSPspEmu.Core.Audio.AudioAlsaImpl

ALSA Implementation of PSP audio playback
Inheritance: PspAudioImpl
Show file Open project: soywiz/cspspemu

Protected Properties

Property Type Description
Buffer short[]

Public Methods

Method Description
AudioAlsaImpl ( ) : System
StopSynchronized ( ) : void
Update ( Action ReadStream ) : void

Private Methods

Method Description
Assert ( string Function, int Value ) : void

Method Details

AudioAlsaImpl() public method

public AudioAlsaImpl ( ) : System
return System

StopSynchronized() public method

public StopSynchronized ( ) : void
return void

Update() public method

public Update ( Action ReadStream ) : void
ReadStream Action
return void

Property Details

Buffer protected property

protected short[] Buffer
return short[]