C# Class SFML.Audio.SoundBufferRecorder

Specialized SoundRecorder which saves the captured audio data into a sound buffer
Inheritance: SoundRecorder
Datei anzeigen Open project: SFML/SFML.Net Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Provide a string describing the object

Protected Methods

Method Description
OnProcessSamples ( short samples ) : bool

Process a new chunk of recorded samples

OnStart ( ) : bool

Called when a new capture starts

OnStop ( ) : void

Called when the current capture stops

Method Details

OnProcessSamples() protected method

Process a new chunk of recorded samples
protected OnProcessSamples ( short samples ) : bool
samples short Array of samples to process
return bool

OnStart() protected method

Called when a new capture starts
protected OnStart ( ) : bool
return bool

OnStop() protected method

Called when the current capture stops
protected OnStop ( ) : void
return void

ToString() public method

Provide a string describing the object
public ToString ( ) : string
return string