Specifies the pixel format and dimensional characteristics of the data input stream.
Note This structure is available in Microsoft® Windows® 98 Second Edition and Windows 2000.
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.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.