sfSoundStreamChunk Struct Reference

sfSoundStreamChunk defines the data to fill by the OnGetData callback More...

#include <SoundStream.h>


Data Fields

sfInt16 * Samples
 Pointer to the audio samples.
unsigned int NbSamples
 Number of samples pointed by Samples.

Detailed Description

sfSoundStreamChunk defines the data to fill by the OnGetData callback

Definition at line 47 of file SoundStream.h.


Field Documentation

sfInt16* sfSoundStreamChunk::Samples

Pointer to the audio samples.

Definition at line 49 of file SoundStream.h.

unsigned int sfSoundStreamChunk::NbSamples

Number of samples pointed by Samples.

Definition at line 50 of file SoundStream.h.


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