C# Class com.ReinforceLab.iPhone.Controls.ToneGenerator.AudioQueueSynth

Afficher le fichier Open project: reinforce-lab/com.ReinforceLab.MonoTouch.Controls Class Usage Examples

Méthodes publiques

Méthode Description
AudioQueueSynth ( int samplingRate, int bufferLength ) : System
play ( ) : void
stop ( bool shouldStopImmediate ) : void

Private Methods

Méthode Description
_audioQueue_OutputCompleted ( object sender, OutputCompletedEventArgs e ) : void
outputCallback ( IntPtr bufPtr ) : void
prepareAudioQueue ( ) : void

Method Details

AudioQueueSynth() public méthode

public AudioQueueSynth ( int samplingRate, int bufferLength ) : System
samplingRate int
bufferLength int
Résultat System

play() public méthode

public play ( ) : void
Résultat void

stop() public méthode

public stop ( bool shouldStopImmediate ) : void
shouldStopImmediate bool
Résultat void