Share via


CBaseVideoRenderer::get_FramesDroppedInRenderer (Compact 2013)

3/26/2014

This member function implements the IQualProp::get_FramesDroppedInRenderer method.

Syntax

HRESULT get_FramesDroppedInRenderer(
  int* pcFramesDropped
);

Parameters

  • pcFramesDropped
    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.

(Note that frames can be dropped upstream without the renderer seeing them.)

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseVideoRenderer Class