|
SFML
Simple and Fast Multimedia Library
|
Structure defining a chunk of audio data to stream. More...
#include <SoundStream.hpp>
Public Attributes | |
| const std::int16_t * | samples {} |
| Pointer to the audio samples. | |
| std::size_t | sampleCount {} |
| Number of samples pointed by Samples. | |
Structure defining a chunk of audio data to stream.
| std::size_t sf::SoundStream::Chunk::sampleCount {} |
Number of samples pointed by Samples.
| const std::int16_t* sf::SoundStream::Chunk::samples {} |
Pointer to the audio samples.