SoundBuffer.getSamples

Get the array of audio samples stored in the buffer.

The format of the returned samples is 16 bits signed integer (sf::Int16). The total number of samples in this array is given by the getSampleCount() function.

class SoundBuffer
const
const(short[])
getSamples
()

Return Value

Type: const(short[])

Read-only pointer to the array of sound samples

Meta