IStreamBufferDataCounters Interface
Microsoft DirectShow 9.0 |
IStreamBufferDataCounters Interface
This topic applies to Windows XP Service Pack 2 only.
The IStreamBufferDataCounters interface returns performance statistics for the Stream Buffer filters. This interface is exposed by the pins on the Stream Buffer Sink filter and the Stream Buffer Source filter.
In addition to the methods inherited from IUnknown, the IStreamBufferDataCounters interface exposes the following methods.
Method | Description |
GetData | Returns performance data. |
ResetData | Resets the performance counters. |
Requirements
Header: Include Sbe.h.
See Also