- Fix KSEVENTSETID_AudioControlChange definition

svn path=/trunk/; revision=44757
This commit is contained in:
Johannes Anderwald 2009-12-25 02:54:24 +00:00
parent 3a6c7402a5
commit 122dbfc23f
2 changed files with 10 additions and 12 deletions

View file

@ -830,18 +830,6 @@ DEFINE_GUIDSTRUCT("97E99BA0-BDEA-11CF-A5D6-28DB04C10000", KSPROPTYPESETID_Genera
*/
/* ===============================================================
Event Sets for audio drivers - TODO
*/
#define KSEVENTSETID_AudioControlChange
/*
KSEVENT_CONTROL_CHANGE
*/
/* ===============================================================
Node Types
*/

View file

@ -529,6 +529,16 @@ typedef enum {
} KSPROPERTY_AUDIO;
#define STATIC_KSEVENTSETID_AudioControlChange\
0xE85E9698L, 0xFA2F, 0x11D1, 0x95, 0xBD, 0x00, 0xC0, 0x4F, 0xB9, 0x25, 0xD3
DEFINE_GUIDSTRUCT("E85E9698-FA2F-11D1-95BD-00C04FB925D3", KSEVENTSETID_AudioControlChange);
#define KSEVENTSETID_AudioControlChange DEFINE_GUIDNAMED(KSEVENTSETID_AudioControlChange)
typedef enum {
KSEVENT_CONTROL_CHANGE,
} KSEVENT_AUDIO_CONTROL_CHANGE;
#define STATIC_KSEVENTSETID_LoopedStreaming\
0x4682B940L, 0xC6EF, 0x11D0, 0x96, 0xD8, 0x00, 0xAA, 0x00, 0x51, 0xE5, 0x1D
DEFINE_GUIDSTRUCT("4682B940-C6EF-11D0-96D8-00AA0051E51D", KSEVENTSETID_LoopedStreaming);