IStreamBufferInitialize Interface
Microsoft DirectShow 9.0 |
IStreamBufferInitialize Interface
This topic applies only to Windows XP Service Pack 1 or later.
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.
In addition to the methods inherited from IUnknown, the IStreamBufferInitialize interface exposes the following methods.
Method | Description |
SetHKEY | Sets the registry key where the object stores configuration information. |
SetSIDs | Sets the security identifiers (SIDs) that are used to protect access to the backing files. |
Requirements
Header: Include Sbe.h.
See Also