AMVPSIZE (Compact 2013)
3/26/2014
This 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 |
Library |
Strmiids.lib |