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 | 
AMVPSIZE Structure
The AMVPSIZE structure specifies the width and height for a VP image.
Syntax
typedef struct _AMVPSIZE{
    DWORD dwWidth;
    DWORD dwHeight;
} AMVPSIZE, *LPAMVPSIZE;
Members
dwWidth
Width, in pixels.
dwHeight
Height.
Remarks
The context could be anything such as scaling, cropping, and so on.
Requirements
Header: Dshow.h.
See Also