Specifies the dimensional characteristics of the 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.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.