SoundBuffer.SampleRate Property

From SFML.Net

SoundBufferSampleRate Property
Sample rate of the sound buffer. The sample rate is the number of audio samples played per second. The higher, the better the 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