Public Attributes | List of all members
cpp3ds::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. More...
 
std::size_t sampleCount
 Number of samples pointed by Samples. More...
 

Detailed Description

Structure defining a chunk of audio data to stream.

Definition at line 56 of file SoundStream.hpp.

Member Data Documentation

std::size_t cpp3ds::SoundStream::Chunk::sampleCount

Number of samples pointed by Samples.

Definition at line 59 of file SoundStream.hpp.

const Int16* cpp3ds::SoundStream::Chunk::samples

Pointer to the audio samples.

Definition at line 58 of file SoundStream.hpp.


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