The KSPROPERTY_PIN_DATAFLOW property specifies the direction of data flow on pins instantiated by the pin factory. Sink pins are entry points into a filter; source pins output from a filter.
Stream minidrivers do not need to handle this property directly; the stream class driver handles this property using stream request blocks to query for more information.
KSP_PIN. The PinId member specifies the pin factory.
A KSPIN_DATAFLOW enumeration, set to either KSPIN_DATAFLOW_IN or KSPIN_DATAFLOW_OUT.
KSPROPERTY_PIN_DATAFLOW is read-only.