IQualProp::get_FramesDroppedInRenderer method

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

Syntax

HRESULT get_FramesDroppedInRenderer(
  int *pcFrames
);

Parameters

pcFrames

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

   
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header amvideo.h (include Dshow.h)
Library Strmiids.lib

See also

Error and Success Codes

IQualProp Interface