KSPROPERTY_CROSSBAR_CAPS_S structure (ksmedia.h)
The KSPROPERTY_CROSSBAR_CAPS_S structure describes the crossbar capabilities for a device.
Syntax
typedef struct {
KSPROPERTY Property;
ULONG NumberOfInputs;
ULONG NumberOfOutputs;
} KSPROPERTY_CROSSBAR_CAPS_S, *PKSPROPERTY_CROSSBAR_CAPS_S;
Members
Property
Specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
NumberOfInputs
Indicates the number of audio and video input pins on the crossbar.
NumberOfOutputs
Indicates the number of audio and video output pins on the crossbar.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |