mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:45:49 +00:00
- Clean up my working copy
svn path=/trunk/; revision=40172
This commit is contained in:
parent
aa35b26caf
commit
a773189e6f
1 changed files with 15 additions and 0 deletions
|
@ -560,4 +560,19 @@ typedef enum {
|
||||||
#define KSAUDIO_SPEAKER_5POINT1_BACK KSAUDIO_SPEAKER_5POINT1
|
#define KSAUDIO_SPEAKER_5POINT1_BACK KSAUDIO_SPEAKER_5POINT1
|
||||||
#define KSAUDIO_SPEAKER_7POINT1_WIDE KSAUDIO_SPEAKER_7POINT1
|
#define KSAUDIO_SPEAKER_7POINT1_WIDE KSAUDIO_SPEAKER_7POINT1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
KSPROPERTY Property;
|
||||||
|
ULONG NodeId;
|
||||||
|
ULONG Reserved;
|
||||||
|
} KSNODEPROPERTY, *PKSNODEPROPERTY;
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
KSNODEPROPERTY NodeProperty;
|
||||||
|
LONG Channel;
|
||||||
|
ULONG Reserved;
|
||||||
|
} KSNODEPROPERTY_AUDIO_CHANNEL, *PKSNODEPROPERTY_AUDIO_CHANNEL;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue