// ksmedia.h
typedef struct _tagKSAUDIOENGINE_DESCRIPTOR {
UINT nHostPinId;
UINT nOffloadPinId;
UINT nLoopbackPinId;
} KSAUDIOENGINE_DESCRIPTOR, *PKSAUDIOENGINE_DESCRIPTOR;
View the official Windows Driver Kit DDI referenceNo description available.
The KSAUDIOENGINE_DESCRIPTOR structure describes the static, external properties of the audio engine.
nHostPinIdSpecifies the ID of the pin factory that is connected to the audio engine node that handles host-processed audio data. This is the pin factory on which a software audio engine will run.
nOffloadPinIdSpecifies the ID of the pin factory that is connected to the audio engine node that handles offloaded streams.
nLoopbackPinIdSpecifies the ID of the pin factory that is connected to the audio engine node that supplies a post-mix loopback or reference stream.
KSPROPERTY_AUDIOENGINE_DESCRIPTOR