KSVPMAXPIXELRATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  AMVPSIZE Size;
  DWORD    MaxPixelsPerSecond;
  DWORD    Reserved;
} KSVPMAXPIXELRATE, *PKSVPMAXPIXELRATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksvpmaxpixelrate)

Description

The KSVPMAXPIXELRATE structure is used to describe the maximum pixel rate of a video port.

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.

See also

KSPROPERTY_VPCONFIG_MAXPIXELRATE