Microsoft DirectX 9.0

AMVAEndFrameInfo Structure

The AMVAEndFrameInfo structure specifies information to finish processing the frame.

Note   This structure is available in Microsoft® Windows® 98 Second Edition, Windows 2000, and later operating systems.

Syntax

typedef struct _tag_AMVAEndFrameInfo{
    DWORD dwSizeMiscData;
    LPVOID pMiscData;
 } AMVAEndFrameInfo, *LPAMVAEndFrameInfo;

Members

dwSizeMiscData

Size of other miscellaneous data to begin frame.

pMiscData

Pointer to miscellaneous data.

Remarks

Note that you are not allowed to store a pointer in pMiscData.

See Also