SoundBuffer Properties

SFML.Net

SoundBuffer Properties

The SoundBuffer type exposes the following members.

Properties
  Name Description
Public property ChannelCount
Number of channels (1 = mono, 2 = stereo)
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property Duration
Total duration of the buffer
Public property 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.
Public property Samples
Array of audio samples stored in the buffer. The format of the returned samples is 16 bits signed integer (sf::Int16).
Top
See Also