KS_AMVPSIZE structure (ksmedia.h)

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

Syntax

typedef struct tagKS_AMVPSIZE {
  DWORD dwWidth;
  DWORD dwHeight;
} KS_AMVPSIZE, *PKS_AMVPSIZE;

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.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY_VPCONFIG_SCALEFACTOR