KSVPMAXPIXELRATE structure (ksmedia.h)
The KSVPMAXPIXELRATE structure is used to describe the maximum pixel rate of a video port.
Syntax
typedef struct {
AMVPSIZE Size;
DWORD MaxPixelsPerSecond;
DWORD Reserved;
} KSVPMAXPIXELRATE, *PKSVPMAXPIXELRATE;
Members
Size
Specifies the dimension (width by height) of the video port.
MaxPixelsPerSecond
Indicates the maximum pixel throughput for the selected image size.
Reserved
Reserved for future use.
Remarks
This structure is used by the KSPROPERTY_VPCONFIG_MAXPIXELRATE property.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |