KS_AMVPDIMINFO - NtDoc

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

typedef struct tagKS_AMVPDIMINFO {
  DWORD dwFieldWidth;
  DWORD dwFieldHeight;
  DWORD dwVBIWidth;
  DWORD dwVBIHeight;
  RECT  rcValidRegion;
} KS_AMVPDIMINFO, *PKS_AMVPDIMINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKS_AMVPDIMINFO structure

Description

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

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.

See also

KS_AMVPDATAINFO