KS_AMVPSIZE - NtDoc

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

typedef struct tagKS_AMVPSIZE {
  DWORD dwWidth;
  DWORD dwHeight;
} KS_AMVPSIZE, *PKS_AMVPSIZE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKS_AMVPSIZE structure

Description

The KS_AMVPSIZE structure is used to describe the dimension of a video port (width by height).

Members

dwWidth

Specifies the width of the video port, in pixels.

dwHeight

Specifies the height of the video port, in pixels.

Remarks

This structure is used by the KSPROPERTY_VPCONFIG_SCALEFACTOR property.

See also

KSPROPERTY_VPCONFIG_SCALEFACTOR