// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG NumberOfInputs;
ULONG NumberOfOutputs;
} KSPROPERTY_CROSSBAR_CAPS_S, *PKSPROPERTY_CROSSBAR_CAPS_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_CROSSBAR_CAPS_S structure describes the crossbar capabilities for a device.
PropertySpecifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
NumberOfInputsIndicates the number of audio and video input pins on the crossbar.
NumberOfOutputsIndicates the number of audio and video output pins on the crossbar.