Share via


IStreamBufferInitialize 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 IStreamBufferInitialize interface is used to configure the stream buffer filters. The Stream Buffer Source filter, Stream Buffer Sink filter, and StreamBufferConfig object all expose this interface.

Inheritance

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

Methods

The IStreamBufferInitialize interface has these methods.

 
IStreamBufferInitialize::SetHKEY

The SetHKEY method sets the registry key where the stream buffer object stores its configuration information.
IStreamBufferInitialize::SetSIDs

The SetSIDs method sets the security identifiers (SIDs) that are used to protect access to the backing files.

Remarks

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

Requirements

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

See also

Stream Buffer Engine Interfaces