C# Класс SFML.Audio.SoundBufferRecorder

Specialized SoundRecorder which saves the captured audio data into a sound buffer
Наследование: SoundRecorder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Provide a string describing the object

Защищенные методы

Метод Описание
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

Описание методов

OnProcessSamples() защищенный Метод

Process a new chunk of recorded samples
protected OnProcessSamples ( short samples ) : bool
samples short Array of samples to process
Результат bool

OnStart() защищенный Метод

Called when a new capture starts
protected OnStart ( ) : bool
Результат bool

OnStop() защищенный Метод

Called when the current capture stops
protected OnStop ( ) : void
Результат void

ToString() публичный Метод

Provide a string describing the object
public ToString ( ) : string
Результат string