Structure holding the audio properties of a sound file.
More...
#include <SFML/Audio/SoundFileReader.hpp>
|
Uint64 | sampleCount |
| Total number of samples in the file.
|
|
unsigned int | channelCount |
| Number of channels of the sound.
|
|
unsigned int | sampleRate |
| Samples rate of the sound, in samples per second.
|
|
Structure holding the audio properties of a sound file.
Definition at line 51 of file SoundFileReader.hpp.
◆ channelCount
unsigned int sf::SoundFileReader::Info::channelCount |
◆ sampleCount
Uint64 sf::SoundFileReader::Info::sampleCount |
◆ sampleRate
unsigned int sf::SoundFileReader::Info::sampleRate |
The documentation for this struct was generated from the following file: