Share via


IStreamBufferSink3 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 IStreamBufferSink3 interface is exposed by the Stream Buffer Sink filter.

Inheritance

The IStreamBufferSink3 interface inherits from IStreamBufferSink2. IStreamBufferSink3 also has these types of members:

Methods

The IStreamBufferSink3 interface has these methods.

 
IStreamBufferSink3::SetAvailableFilter

The SetAvailableFilter method limits how far the Stream Buffer Source filter can seek backward, relative to the current recording position.

Remarks

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

Requirements

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

See also

IStreamBufferSink2

Stream Buffer Engine Interfaces