C# Class SFML.Audio.SoundBufferRecorder

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Provide a string describing the object

Méthodes protégées

Méthode 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 méthode

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

OnStart() protected méthode

Called when a new capture starts
protected OnStart ( ) : bool
Résultat bool

OnStop() protected méthode

Called when the current capture stops
protected OnStop ( ) : void
Résultat void

ToString() public méthode

Provide a string describing the object
public ToString ( ) : string
Résultat string