Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KSP_PINMODE structure specifies the pin property and the supported audio processing modes for a pin factory.
KSP_PINMODE provides property data for KSPROPERTY_AUDIOEFFECTSDISCOVERY_EFFECTSLIST.
Syntax
typedef struct tagKSP_PINMODE {
  KSP_PIN PinProperty;
  GUID    AudioProcessingMode;
} KSP_PINMODE, *PKSP_PINMODE;
Members
PinProperty
The pin property of the pin factory.
AudioProcessingMode
The audio processing mode (or modes) supported by the pin factory.
Requirements
| Requirement | Value | 
|---|---|
| Header | msapofxproxy.h |