IStreamBufferSink Interface
Microsoft DirectShow 9.0 |
IStreamBufferSink Interface
This topic applies only to Windows XP Service Pack 1 or later.
The IStreamBufferSink interface is exposed by the Stream Buffer Sink filter. Use this interface to lock the filter before capture and to create new recordings.
In addition to the methods inherited from IUnknown, the IStreamBufferSink interface exposes the following methods.
Method | Description |
CreateRecorder | Creates a Recording object for permanent file storage. |
IsProfileLocked | Indicates whether the profile has been locked. |
LockProfile | Locks a graph profile, preventing input streams from changing, and optionally specifies the buffer file's name and location. |
Requirements
Header: Include Sbe.h.
See Also