IQualProp::get_FramesDroppedInRenderer (Compact 2013)

3/26/2014

This method retrieves the number of frames dropped by the renderer.

Syntax

HRESULT get_FramesDroppedInRenderer(
  int* pcFrames
);

Parameters

  • pcFrames
    [out] Pointer to the number of frames dropped by the renderer.

Return Value

Returns an HRESULT value.

Remarks

The property page uses this method to retrieve data from the renderer.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IQualProp Interface