KS_AMVPDIMINFO structure (ksmedia.h)

The KS_AMVPDIMINFO structure is used to describe the dimensions of a video port.

Syntax

typedef struct tagKS_AMVPDIMINFO {
  DWORD dwFieldWidth;
  DWORD dwFieldHeight;
  DWORD dwVBIWidth;
  DWORD dwVBIHeight;
  RECT  rcValidRegion;
} KS_AMVPDIMINFO, *PKS_AMVPDIMINFO;

Members

dwFieldWidth

Specifies the field width.

dwFieldHeight

Specifies the field height.

dwVBIWidth

Specifies the VBI data width.

dwVBIHeight

Specifies the VBI data height.

rcValidRegion

Describes a valid rectangle for data cropping.

Remarks

This structure is used by the KS_AMVPDATAINFO structure.

Requirements

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

See also

KS_AMVPDATAINFO