.. index:: pair: struct; EE::Audio::SoundStream::Chunk .. _doxid-struct_e_e_1_1_audio_1_1_sound_stream_1_1_chunk: struct EE::Audio::SoundStream::Chunk ==================================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure defining a chunk of audio data to stream. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Chunk { // fields const :ref:`Int16`* :ref:`samples`; std::size_t :ref:`sampleCount`; }; .. _details-struct_e_e_1_1_audio_1_1_sound_stream_1_1_chunk: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure defining a chunk of audio data to stream. Fields ------ .. index:: pair: variable; samples .. _doxid-struct_e_e_1_1_audio_1_1_sound_stream_1_1_chunk_1a5e438622beefe6c408a2a117f76c44cf: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`Int16`* samples Pointer to the audio samples. .. index:: pair: variable; sampleCount .. _doxid-struct_e_e_1_1_audio_1_1_sound_stream_1_1_chunk_1a2343a87546059028f693ccd40282099b: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::size_t sampleCount Number of samples pointed by Samples.