SFML.Net
SoundBuffer Properties |
The SoundBuffer type exposes the following members.

Name | Description | |
---|---|---|
![]() |
ChannelCount |
Number of channels (1 = mono, 2 = stereo)
|
![]() |
CPointer |
Access to the internal pointer of the object.
For internal use only
(Inherited from ObjectBase.) |
![]() |
Duration |
Total duration of the buffer
|
![]() |
SampleRate |
Sample rate of the sound buffer.
The sample rate is the number of audio samples played per
second. The higher, the better the quality.
|
![]() |
Samples |
Array of audio samples stored in the buffer.
The format of the returned samples is 16 bits signed integer
(sf::Int16).
|
