KSPROPERTY_PIN_CTYPES
Clients use the KSPROPERTY_PIN_CTYPES property to determine how many pin types a KS filter supports.
Usage Summary Table
Get | Set | Target | Property Descriptor Type | Property Value Type |
---|---|---|---|---|
Yes | No | Pin | KSPROPERTY | ULONG |
Remarks
KSPROPERTY_PIN_CTYPES returns a value of type ULONG, specifying the number of pin factories the KS filter supports.
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.
Requirements
Header: ks.h (include Ks.h)