|
SFML
Simple and Fast Multimedia Library
|
Structure holding the audio properties of a sound file. More...
#include <SoundFileReader.hpp>
Public Attributes | |
| std::uint64_t | 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. | |
| std::vector< SoundChannel > | channelMap |
| Map of position in sample frame to sound channel. | |
Structure holding the audio properties of a sound file.
| unsigned int sf::SoundFileReader::Info::channelCount {} |
Number of channels of the sound.
| std::vector<SoundChannel> sf::SoundFileReader::Info::channelMap |
Map of position in sample frame to sound channel.
| std::uint64_t sf::SoundFileReader::Info::sampleCount {} |
Total number of samples in the file.
| unsigned int sf::SoundFileReader::Info::sampleRate {} |
Samples rate of the sound, in samples per second.