KSPROPSETID_AudioModule
The KSPROPSETID_AudioModule property set is used by the audio driver to retrieve the list of audio modules.
The Ksmedia.h header file defines the KSPROPSETID_AudioModule property set as follows:
#define STATIC_KSPROPSETID_AudioModule \
0xc034fdb0, 0xff75, 0x47c8, 0xaa, 0x3c, 0xee, 0x46, 0x71, 0x6b, 0x50, 0xc6
DEFINE_GUIDSTRUCT("C034FDB0-FF75-47C8-AA3C-EE46716B50C6", KSPROPSETID_AudioModule);
#define KSPROPSETID_AudioModule DEFINE_GUIDNAMED(KSPROPSETID_AudioModule)
The KSPROPSETID_AudioModule property set contains the following KS properties.
KSPROPERTY_AUDIOMODULE_DESCRIPTORS
KSPROPERTY_AUDIOMODULE_COMMAND
KSPROPERTY_AUDIOMODULE_NOTIFICATION_DEVICE_ID
This property name is defined in the KSPROPERTY_AUDIOMODULE enum.
For more information about audio modules, see Implementing Audio Module Discovery.