IStreamBufferRecComp Interface

 
Microsoft DirectShow 9.0

IStreamBufferRecComp Interface

The IStreamBufferRecComp interface is used to create new content recordings by concatenating existing recordings. The new recording can be created from a mix of reference and content recordings.

The Stream Buffer RecComp object exposes this interface.

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

Method Description
Append Appends an entire recording to the target file.
AppendEx Appends part of a recording to the target file.
Cancel Cancels an append operation, if one is in progress.
Close Closes the target file.
GetCurrentLength Retrieves the length of the target file.
Initialize Sets the file name and the profile for the new recording.

Requirements

Header: Include Sbe.h.

See Also