mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
parent
62d4baba03
commit
0a3b87a1ef
1 changed files with 5 additions and 0 deletions
|
@ -753,6 +753,10 @@ typedef struct
|
||||||
ULONG ChannelMask;
|
ULONG ChannelMask;
|
||||||
} KSDATARANGE_MUSIC, *PKSDATARANGE_MUSIC;
|
} KSDATARANGE_MUSIC, *PKSDATARANGE_MUSIC;
|
||||||
|
|
||||||
|
#ifndef _SPEAKER_POSITIONS_
|
||||||
|
#define _SPEAKER_POSITIONS_
|
||||||
|
|
||||||
|
|
||||||
#define SPEAKER_FRONT_LEFT 0x1
|
#define SPEAKER_FRONT_LEFT 0x1
|
||||||
#define SPEAKER_FRONT_RIGHT 0x2
|
#define SPEAKER_FRONT_RIGHT 0x2
|
||||||
#define SPEAKER_FRONT_CENTER 0x4
|
#define SPEAKER_FRONT_CENTER 0x4
|
||||||
|
@ -775,6 +779,7 @@ typedef struct
|
||||||
#define SPEAKER_RESERVED 0x7FFC0000
|
#define SPEAKER_RESERVED 0x7FFC0000
|
||||||
#define SPEAKER_ALL 0x80000000
|
#define SPEAKER_ALL 0x80000000
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (NTDDI_VERSION >= NTDDI_WINXP)
|
#if (NTDDI_VERSION >= NTDDI_WINXP)
|
||||||
#define KSAUDIO_SPEAKER_DIRECTOUT 0
|
#define KSAUDIO_SPEAKER_DIRECTOUT 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue