Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The DdMoCompGetInternalInfo callback function allows the driver to report that it internally allocates display memory to perform motion compensation.
Syntax
PDD_MOCOMPCB_GETINTERNALINFO PddMocompcbGetinternalinfo;
DWORD PddMocompcbGetinternalinfo(
PDD_GETINTERNALMOCOMPDATA unnamedParam1
)
{...}
Parameters
unnamedParam1
Points to a DD_GETINTERNALMOCOMPDATA structure that contains the internal memory requirements.
Return value
DdMoCompGetInternalInfo returns one of the following callback codes:
Remarks
DirectDraw drivers that support motion compensation must implement DdMoCompGetInternalInfo.
This function allows the decoder and DirectShow to make better-informed decisions regarding what GUID to choose.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | ddrawint.h (include Winddi.h) |