OpenMW
|
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | MWSound::Sound_Decoder |
Namespaces | |
VFS | |
MWSound | |
Sound & music. | |
Functions | |
const char * | MWSound::getSampleTypeName (SampleType type) |
const char * | MWSound::getChannelConfigName (ChannelConfig config) |
size_t | MWSound::framesToBytes (size_t frames, ChannelConfig config, SampleType type) |
size_t | MWSound::bytesToFrames (size_t bytes, ChannelConfig config, SampleType type) |