sfSoundStream::Chunk Struct Reference

Structure defining a chunk of audio data to stream. More...

#include <SoundStream.hpp>

List of all members.


Public Attributes

const sfInt16 * Samples
 Pointer to the audio samples.
std::size_t NbSamples
 Number of samples pointed by Samples.

Detailed Description

Structure defining a chunk of audio data to stream.

Definition at line 61 of file SoundStream.hpp.


Member Data Documentation

const sfInt16* sfSoundStream::Chunk::Samples

Pointer to the audio samples.

Definition at line 63 of file SoundStream.hpp.

std::size_t sfSoundStream::Chunk::NbSamples

Number of samples pointed by Samples.

Definition at line 64 of file SoundStream.hpp.


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