Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
AMVPDIMINFO Structure
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.
Requirements
Header: Dshow.h.
See Also