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 |
AMVAUncompDataInfo Structure
The AMVAUncompDataInfo structure specifies the pixel format and dimensional characteristics of the data input stream.
- Note This structure is available in Microsoft® Windows® 98 Second Edition, Windows 2000, and later operating systems.
Syntax
typedef struct _tag_AMVAUncompDataInfo{ DWORD dwUncompWidth; DWORD dwUncompHeight; DDPIXELFORMAT ddUncompPixelFormat; } AMVAUncompDataInfo, *LPAMVAUncompDataInfo;
Members
dwUncompWidth
Width of uncompressed data.
dwUncompHeight
Height of uncompressed data.
ddUncompPixelFormat
DDPIXELFORMAT structure, describing the pixel format of uncompressed data.
Requirements
Header: Dshow.h.
See Also