// ksmedia.h
typedef struct {
AMVPSIZE Size;
DWORD MaxPixelsPerSecond;
DWORD Reserved;
} KSVPMAXPIXELRATE, *PKSVPMAXPIXELRATE;
View the official Windows Driver Kit DDI referenceNo description available.
The KSVPMAXPIXELRATE structure is used to describe the maximum pixel rate of a video port.
SizeSpecifies the dimension (width by height) of the video port.
MaxPixelsPerSecondIndicates the maximum pixel throughput for the selected image size.
ReservedReserved for future use.
This structure is used by the KSPROPERTY_VPCONFIG_MAXPIXELRATE property.
KSPROPERTY_VPCONFIG_MAXPIXELRATE