Documentation de SFML 2.6.0
Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.Loading...
Searching...
No Matches
Structure holding the audio properties of a sound file. More...
#include <SFML/Audio/SoundFileReader.hpp>
Public Attributes | |
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.
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.