C# Class UnityGB.SoundChip

Mostrar archivo Open project: Takohi-Jona/unity-gb Class Usage Examples

Public Methods

Method Description
OutputSound ( IAudioOutput audioOutput ) : void
SetSampleRate ( int sr ) : void
SoundChip ( ) : System.Collections

Method Details

OutputSound() public method

public OutputSound ( IAudioOutput audioOutput ) : void
audioOutput IAudioOutput
return void

SetSampleRate() public method

public SetSampleRate ( int sr ) : void
sr int
return void

SoundChip() public method

public SoundChip ( ) : System.Collections
return System.Collections