Share via


CBaseVideoRenderer::get_FramesDroppedInRenderer

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Renbase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also