Add some WAVE_FORMATs

svn path=/trunk/; revision=13005
This commit is contained in:
Gé van Geldorp 2005-01-12 23:25:02 +00:00
parent 5468d049be
commit 1141d723c3

View file

@ -190,6 +190,14 @@ extern "C" {
#define WAVE_FORMAT_4S08 512
#define WAVE_FORMAT_4M16 1024
#define WAVE_FORMAT_4S16 2048
#define WAVE_FORMAT_48M08 4096
#define WAVE_FORMAT_48S08 8192
#define WAVE_FORMAT_48M16 16384
#define WAVE_FORMAT_48S16 32768
#define WAVE_FORMAT_96M08 65536
#define WAVE_FORMAT_96S08 131072
#define WAVE_FORMAT_96M16 262144
#define WAVE_FORMAT_96S16 524288
#define WAVE_FORMAT_PCM 1
#define MIDIERR_UNPREPARED MIDIERR_BASE
#define MIDIERR_STILLPLAYING (MIDIERR_BASE+1)