KSP_BDA_NODE_PIN structure (bdamedia.h)
The KSP_BDA_NODE_PIN structure describes a property request to retrieve the controlling pin for a node.
Syntax
typedef struct _KSP_BDA_NODE_PIN {
KSPROPERTY Property;
ULONG ulNodeType;
ULONG ulInputPinId;
ULONG ulOutputPinId;
} KSP_BDA_NODE_PIN, *PKSP_BDA_NODE_PIN;
Members
Property
KSPROPERTY structure that describes the property and request type of the property request.
ulNodeType
Index of the element in the zero-based array of internal node types (KSNODE_DESCRIPTOR array) that specifies the node type for which to retrieve the controlling pin.
ulInputPinId
Identifier of an input pin of the filter.
ulOutputPinId
Identifier of an output pin of the filter.
Requirements
Requirement | Value |
---|---|
Header | bdamedia.h (include Bdamedia.h) |