Microsoft DirectX 9.0

CBaseVideoRenderer::get_FramesDroppedInRenderer

The get_FramesDroppedInRenderer method retrieves the number of frames dropped by the renderer.

Syntax

HRESULT get_FramesDroppedInRenderer(
    int *pcFramesDropped
);

Parameters

pcFramesDropped

Pointer to the number of frames dropped.

Return Value

Returns an HRESULT value.

Remarks

This member function implements the IQualProp::get_FramesDroppedInRenderer method. This is how the property page retrieves the data from the scheduler. Frames can also be dropped upstream without the renderer even seeing them.

See Also