// ksmedia.h
typedef struct tagKS_AMVPSIZE {
DWORD dwWidth;
DWORD dwHeight;
} KS_AMVPSIZE, *PKS_AMVPSIZE;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_AMVPSIZE structure is used to describe the dimension of a video port (width by height).
dwWidthSpecifies the width of the video port, in pixels.
dwHeightSpecifies the height of the video port, in pixels.
This structure is used by the KSPROPERTY_VPCONFIG_SCALEFACTOR property.
KSPROPERTY_VPCONFIG_SCALEFACTOR