SoundBufferRecorder Properties

SFML.Net

SoundBufferRecorder Properties

The SoundBufferRecorder type exposes the following members.

Properties
  Name Description
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property SampleRate
Sample rate of the sound recorder. The sample rate defines the number of audio samples captured per second. The higher, the better the quality (for example, 44100 samples/sec is CD quality).
(Inherited from SoundRecorder.)
Public property SoundBuffer
Sound buffer containing the captured audio data The sound buffer is valid only after the capture has ended. This function provides a reference to the internal sound buffer, but you should make a copy of it if you want to make any modifications to it.
Top
See Also