Structure defining a chunk of audio data to stream. More...
#include <SoundStream.hpp>
Public Attributes | |
const Int16 * | Samples |
Pointer to the audio samples. | |
std::size_t | NbSamples |
Number of samples pointed by Samples. | |
Structure defining a chunk of audio data to stream.
Definition at line 69 of file SoundStream.hpp.
std::size_t sf::SoundStream::Chunk::NbSamples |
Number of samples pointed by Samples.
Definition at line 72 of file SoundStream.hpp.
const Int16* sf::SoundStream::Chunk::Samples |
Pointer to the audio samples.
Definition at line 71 of file SoundStream.hpp.