Microsoft DirectX 9.0 |
The AMVAUncompBufferInfo structure describes the surfaces to be allocated.
Note This structure is available in Microsoft® Windows® 98 Second Edition and Windows 2000.
Syntax
typedef struct _tag_AMVAUncompBufferInfo{
DWORD dwMinNumSurfaces;
DWORD dwMaxNumSurfaces;
DDPIXELFORMAT ddUncompPixelFormat;
} AMVAUncompBufferInfo, *LPAMVAUncompBufferInfo;
Members
dwMinNumSurfaces
Minimum number of surfaces to be allocated.
dwMaxNumSurfaces
Maximum number of surfaces to be allocated.
ddUncompPixelFormat
DDPIXELFORMAT structure, describing the pixel format of surfaces to be allocated.
See Also