Onsens  1.0
This is C++ game about bitwise logic.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sf::SoundStream::Chunk Struct Reference

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

#include <SoundStream.hpp>

Public Attributes

const Int16samples
 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 53 of file SoundStream.hpp.

Member Data Documentation

◆ sampleCount

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

Number of samples pointed by Samples.

Definition at line 56 of file SoundStream.hpp.

◆ samples

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

Pointer to the audio samples.

Definition at line 55 of file SoundStream.hpp.


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