// ks.h
typedef struct {
KSPROPERTY Property;
KSRATE Rate;
} KSRATE_CAPABILITY, *PKSRATE_CAPABILITY;
View the official Windows Driver Kit DDI referenceNo description available.
The client uses the KSRATE_CAPABILITY structure in a KSPROPERTY_STREAM_RATECAPABILITY property request.
PropertyA structure of type KSPROPERTY that specifies the property identifier.
RateA structure of type KSRATE that specifies the requested rate.