mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Add some WAVE_FORMATs
svn path=/trunk/; revision=13005
This commit is contained in:
parent
5468d049be
commit
1141d723c3
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue