Share via


IAMDroppedFrames Interface (Windows CE 5.0)

Send Feedback

This interface retrieves performance information from a video capture filter, such as how many frames were dropped and how many frames were delivered. Applications can use this interface to determine capture performance at run-time.

In addition to the methods inherited from IUnknown, the IAMDroppedFrames interface exposes the following methods.

Method Description
GetAverageFrameSize Retrieves the average size of the frames that the filter has captured.
GetDroppedInfo Retrieves an array of frame numbers that were dropped.
GetNumDropped Retrieves the total number of frames that the filter has dropped since it started streaming.   
GetNumNotDropped Retrieves the total number of frames that the filter has delivered since it started streaming.

Remarks

Some filters that expose this interface do not implement the GetDroppedInfo or GetAverageFrameSize method.

A video capture filter automatically exposes this interface if the driver supports the PROPSETID_VIDCAP_DROPPEDFRAMES property set.

See Also

DirectShow Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.