SFML.Net
SoundStreamSampleRate Property |
Sample rate of the stream
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)

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