.. index:: pair: struct; EE::Audio::SoundFileReader::Info .. _doxid-struct_e_e_1_1_audio_1_1_sound_file_reader_1_1_info: struct EE::Audio::SoundFileReader::Info ======================================= .. toctree:: :hidden: Overview ~~~~~~~~ Structure holding the audio properties of a sound file. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Info { // fields :ref:`Uint64` :ref:`sampleCount`; unsigned int :ref:`channelCount`; unsigned int :ref:`sampleRate`; }; .. _details-struct_e_e_1_1_audio_1_1_sound_file_reader_1_1_info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure holding the audio properties of a sound file. Fields ------ .. index:: pair: variable; sampleCount .. _doxid-struct_e_e_1_1_audio_1_1_sound_file_reader_1_1_info_1a54202b44e0a9b29ea6a7238711387db0: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Uint64` sampleCount Total number of samples in the file. .. index:: pair: variable; channelCount .. _doxid-struct_e_e_1_1_audio_1_1_sound_file_reader_1_1_info_1acd258e56848baea68a840bda3dda45b9: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int channelCount Number of channels of the sound. .. index:: pair: variable; sampleRate .. _doxid-struct_e_e_1_1_audio_1_1_sound_file_reader_1_1_info_1a2c3e6a8db0c75c1158cd0e0e9ad606ca: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int sampleRate Samples rate of the sound, in samples per second.