IStreamBufferConfigure3 Interface

 
Microsoft DirectShow 9.0

IStreamBufferConfigure3 Interface

This topic applies to Windows Vista or later.

The IStreamBufferConfigure3 interface is exposed by the StreamBufferConfig object.

In addition to the methods inherited from IStreamBufferConfigure2, the IStreamBufferConfigure3 interface exposes the following methods.

Method Description
GetNamespace Retrieves the prefix that is added to the names of the synchronization objects that the Stream Buffer Engine uses to synchronize the reader and writer.
GetStartRecConfig Queries whether the IStreamBufferRecordControl::Start method automatically stops the current recording.
SetNamespace Specifies a prefix that is added to the names of the synchronization objects that the Stream Buffer Engine uses to synchronize the reader and writer.
SetStartRecConfig Specifies whether the IStreamBufferRecordControl::Start method automatically stops the current recording.

Requirements

Header: Include Sbe.h.

See Also