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.
The DdMoCompEndFrame callback function completes a decoded frame.
Syntax
PDD_MOCOMPCB_ENDFRAME PddMocompcbEndframe;
DWORD PddMocompcbEndframe(
PDD_ENDMOCOMPFRAMEDATA unnamedParam1
)
{...}
Parameters
unnamedParam1
Points to a DD_ENDMOCOMPFRAMEDATA structure that contains the information needed to complete the decoded frame.
Return value
DdMoCompEndFrame returns one of the following callback codes:
Remarks
DirectDraw drivers that support motion compensation must implement DdMoCompEndFrame.
DirectDraw ensures that begin and end frames will be properly paired.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | ddrawint.h (include Winddi.h) |