Microsoft DirectX 9.0

IAMVideoAccelerator::EndFrame

The EndFrame method ends frame processing and passes miscellaneous data to the video accelerator driver.

Syntax

HRESULT EndFrame(
  const AMVAEndFrameInfo *pEndFrameInfo
);

Parameters

pEndFrameInfo

[in] Pointer to an AMVAEndFrameInfo structure containing miscellaneous data for the video accelerator driver.

Return Values

Returns an HRESULT value that depends on the implementation of the interface. HRESULT can include one of the following standard constants, or other values not listed.

Return code Description
E_FAIL Failure.
E_INVALIDARG Argument is invalid.
E_NOTIMPL Method is not supported.
E_POINTER Null pointer argument.
S_OK Success.

Remarks

See Remarks for BeginFrame.

See Also