SoundRecorder.SampleRate Property

SFML.Net

SoundRecorderSampleRate Property
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).

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public uint SampleRate { get; }
Public ReadOnly Property SampleRate As UInteger
	Get
public:
property unsigned int SampleRate {
	unsigned int get ();
}
member SampleRate : uint32 with get

Property Value

Type: UInt32
See Also