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 DdMoCompGetFormats callback function indicates the uncompressed formats to which the hardware can decode the data.
Syntax
PDD_MOCOMPCB_GETFORMATS PddMocompcbGetformats;
DWORD PddMocompcbGetformats(
PDD_GETMOCOMPFORMATSDATA unnamedParam1
)
{...}
Parameters
unnamedParam1
Points to a DD_GETMOCOMPFORMATSDATA structure that contains the uncompressed format information for the hardware.
Return value
DdMoCompGetFormats returns one of the following callback codes:
Remarks
DirectDraw drivers that support motion compensation must implement DdMoCompGetFormats.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | ddrawint.h (include Winddi.h) |