IStreamBufferRecordControl Interface

 
Microsoft DirectShow 9.0

IStreamBufferRecordControl Interface

This topic applies only to Windows XP Service Pack 1 or later.

The IStreamBufferRecordControl interface is used to control stream buffer Recording objects.

Use the IStreamBufferSink::CreateRecorder method on the Stream Buffer Sink filter to create new Recording objects. After making a recording, stop the Recording object and release it before releasing the Stream Buffer Sink filter.

In addition to the methods inherited from IUnknown, the IStreamBufferRecordControl interface exposes the following methods.

Method Description
GetRecordingStatus Retrieves the status of the Recording object.
Start Starts a recording at a specified time.
Stop Ends a recording at a specified time.

Requirements

Header: Include Sbe.h.

See Also