KSRATE_CAPABILITY structure (ks.h)
The client uses the KSRATE_CAPABILITY structure in a KSPROPERTY_STREAM_RATECAPABILITY property request.
Syntax
typedef struct {
KSPROPERTY Property;
KSRATE Rate;
} KSRATE_CAPABILITY, *PKSRATE_CAPABILITY;
Members
Property
A structure of type KSPROPERTY that specifies the property identifier.
Rate
A structure of type KSRATE that specifies the requested rate.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |