Structure holding the audio properties of a sound file. More...
#include <SoundFileReader.hpp>
Public Attributes | |
Uint64 | sampleCount |
Total number of samples in the file. More... | |
unsigned int | channelCount |
Number of channels of the sound. More... | |
unsigned int | sampleRate |
Samples rate of the sound, in samples per second. More... | |
Structure holding the audio properties of a sound file.
Definition at line 51 of file SoundFileReader.hpp.
unsigned int sf::SoundFileReader::Info::channelCount |
Number of channels of the sound.
Definition at line 54 of file SoundFileReader.hpp.
Uint64 sf::SoundFileReader::Info::sampleCount |
Total number of samples in the file.
Definition at line 53 of file SoundFileReader.hpp.
unsigned int sf::SoundFileReader::Info::sampleRate |
Samples rate of the sound, in samples per second.
Definition at line 55 of file SoundFileReader.hpp.