Microsoft DirectX 9.0 |
The AMVPDIMINFO structure specifies the dimensional characteristics of a video port (VP) input stream.
Syntax
typedef struct _AMVPDIMINFO{
DWORD dwFieldWidth;
DWORD dwFieldHeight;
DWORD dwVBIWidth;
DWORD dwVBIHeight;
RECT rcValidRegion;
} AMVPDIMINFO, *LPAMVPDIMINFO;
Members
dwFieldWidth
Field width of the data.
dwFieldHeight
Field height of the data.
dwVBIWidth
Width of the VBI data.
dwVBIHeight
Height of the VBI data.
rcValidRegion
Valid rectangle, used for cropping.
See Also