SoundRecorder Properties

SFML.Net

SoundRecorder Properties

The SoundRecorder type exposes the following members.

Properties
  Name Description
Public property Static member AvailableDevices
Get the list of the names of all available audio capture devices
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property Static member DefaultDevice
Get the name of the default audio capture device
Public property Static member IsAvailable
Check if the system supports audio capture. This function should always be called before using the audio capture features. If it returns false, then any attempt to use the SoundRecorder or one of its derived classes will fail.
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).
Top
See Also