IQualProp::get_FramesDrawn

 
Microsoft DirectShow 9.0

IQualProp::get_FramesDrawn

The get_FramesDrawn method retrieves the number of frames actually drawn since streaming started.

Syntax

  HRESULT get_FramesDrawn(
  int *pcFramesDrawn
);

Parameters

pcFramesDrawn

Pointer to the number of frames drawn since streaming started.

Return Value

Returns an HRESULT value.

Requirements

Header: Declared in Amvideo.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also