Specifies information needed to begin processing the frame.
Note This structure is available in Microsoft® Windows® 98 Second Edition and Windows 2000.
Syntax
typedef struct _tag_AMVABeginFrameInfo{ DWORD dwDestSurfaceIndex; LPVOID pInputData; DWORD dwSizeInputData; LPVOID pOutputData; DWORD dwSizeOutputData; } AMVABeginFrameInfo, *LPAMVABeginFrameInfo;
Members
- dwDestSurfaceIndex
- Destination buffer in which to decode this frame.
- pInputData
- Pointer to miscellaneous data.
- dwSizeInputData
- Size of other miscellaneous data to begin processing frame.
- pOutputData
- Pointer to data which the video graphics array (VGA) is going to fill.
- dwSizeOutputData
- Size of data which the VGA is going to fill.
Remarks
Note that you are not allowed to store a pointer in pInputData.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.