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 |
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.
Requirements
Header: Dshow.h.
See Also