Share via


IStreamBufferDataCounters interface (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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.

Inheritance

The IStreamBufferDataCounters interface inherits from the IUnknown interface. IStreamBufferDataCounters also has these types of members:

Methods

The IStreamBufferDataCounters interface has these methods.

 
IStreamBufferDataCounters::GetData

The GetData method returns performance data for the Stream Buffer Engine.
IStreamBufferDataCounters::ResetData

The ResetData method resets the Stream Buffer Engine's performance counters to zero.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IStreamBufferDataCounters).

Requirements

   
Minimum supported client Windows�XP with SP2 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

Stream Buffer Engine Interfaces