IDirect3DDXVADevice9::EndFrame method
Ends the processing to create a decoded picture.
Syntax
HRESULT EndFrame(
DWORD SizeMiscData,
VOID *pMiscData
);
Parameters
-
SizeMiscData
-
The size of the buffer specified by pMiscData, in bytes. The value must be 2.
-
pMiscData
-
Pointer to a buffer that contains data for the video accelerator. This buffer must contain the same frame index that was passed to the IDirect3DDXVADevice9::BeginFrame method in the pInputData parameter.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
See also