KSPROPERTY_CROSSBAR_CAN_ROUTE
The KSPROPERTY_CROSSBAR_CAN_ROUTE property retrieves whether the device is capable of supporting a specified routing. This property must be implemented.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes | No | Filter | KSPROPERTY_CROSSBAR_ROUTE_S | ULONG |
The property value (operation data) is a ULONG that specifies whether the streaming minidriver supports a specified routing between the two pins. A nonzero value indicates that routing is supported. If the minidriver does not support routing between the two pins, this value is zero.
Remarks
The CanRoute member of the KSPROPERTY_CROSSBAR_ROUTE_S structure indicates if the device is capable of supporting a specified routing.
Requirements
Header: ksmedia.h (include Ksmedia.h)