Documentation de SFML 2.1

Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.
sf::SoundStream::Chunk Struct Reference

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 sampleCount
 Number of samples pointed by Samples.
 

Detailed Description

Structure defining a chunk of audio data to stream.

Definition at line 52 of file SoundStream.hpp.

Member Data Documentation

std::size_t sf::SoundStream::Chunk::sampleCount

Number of samples pointed by Samples.

Definition at line 55 of file SoundStream.hpp.

const Int16* sf::SoundStream::Chunk::samples

Pointer to the audio samples.

Definition at line 54 of file SoundStream.hpp.


The documentation for this struct was generated from the following file: