// 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 referenceNo description available.
The KS_AMVPDIMINFO structure is used to describe the dimensions of a video port.
dwFieldWidthSpecifies the field width.
dwFieldHeightSpecifies the field height.
dwVBIWidthSpecifies the VBI data width.
dwVBIHeightSpecifies the VBI data height.
rcValidRegionDescribes a valid rectangle for data cropping.
This structure is used by the KS_AMVPDATAINFO structure.