Share via


IStreamBufferConfigure3 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 IStreamBufferConfigure3 interface is exposed by the StreamBufferConfig object.

Inheritance

The IStreamBufferConfigure3 interface inherits from IStreamBufferConfigure2. IStreamBufferConfigure3 also has these types of members:

Methods

The IStreamBufferConfigure3 interface has these methods.

 
IStreamBufferConfigure3::GetNamespace

The GetNamespace method 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.
IStreamBufferConfigure3::GetStartRecConfig

The GetStartRecConfig method queries whether the IStreamBufferRecordControl::Start method automatically stops the current recording.
IStreamBufferConfigure3::SetNamespace

The SetNamespace method 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.
IStreamBufferConfigure3::SetStartRecConfig

The SetStartRecConfig method specifies whether the IStreamBufferRecordControl::Start method automatically stops the current recording.

Remarks

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

Requirements

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

See also

IStreamBufferConfigure2

Stream Buffer Engine Interfaces