mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[PSDK] Add missing WAVE_FORMAT_MSRT24 and MM_FHGIIS_MPEGLAYER3_PROFESSIONAL.
svn path=/trunk/; revision=70019
This commit is contained in:
@@ -123,6 +123,7 @@ typedef const struct _WAVEFORMATEX *LPCWAVEFORMATEX;
|
||||
#define WAVE_FORMAT_G721_ADPCM 0x0040 /* Antex Electronics Corporation */
|
||||
#define WAVE_FORMAT_MPEG 0x0050 /* Microsoft Corporation */
|
||||
#define WAVE_FORMAT_MPEGLAYER3 0x0055
|
||||
#define WAVE_FORMAT_MSRT24 0x0082 /* Microsoft Corporation */
|
||||
#define WAVE_FORMAT_DOLBY_AC3_SPDIF 0x0092 /* Sonic Foundry */
|
||||
#define WAVE_FORMAT_CREATIVE_ADPCM 0x0200 /* Creative Labs, Inc */
|
||||
#define WAVE_FORMAT_CREATIVE_FASTSPEECH8 0x0202 /* Creative Labs, Inc */
|
||||
@@ -148,6 +149,7 @@ typedef const struct _WAVEFORMATEX *LPCWAVEFORMATEX;
|
||||
|
||||
#define MM_FRAUNHOFER_IIS 0xAC
|
||||
#define MM_FHGIIS_MPEGLAYER3_DECODE 0x09
|
||||
#define MM_FHGIIS_MPEGLAYER3_PROFESSIONAL 0x0d
|
||||
|
||||
#if !defined(WAVE_FORMAT_EXTENSIBLE)
|
||||
#define WAVE_FORMAT_EXTENSIBLE 0xFFFE /* Microsoft */
|
||||
|
||||
Reference in New Issue
Block a user