KSPROPERTY_PIN_MEDIUMS

This property returns the list of mediums supported by pins instantiated by a specific pin factory.

Usage Summary Table

Get Set Target Property Descriptor Type Property Value Type
Yes No Pin KSP_PIN A KSMULTIPLE_ITEM structure, followed by a sequence of KSPIN_MEDIUM structures.

Remarks

Clients use this property to request a list of all mediums supported by pins instantiated by the pin factory. Clients then specify the actual medium to use when they connect to the pin.

Specify this property using KSP_PIN, where the member specifies the pin factory for which to return the list of mediums.

KSPROPERTY_PIN_MEDIUMS returns mediums ordered by class driver preference.

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)

See also

KSP_PIN

KSMULTIPLE_ITEM

KSPIN_MEDIUM