RecordingAttributes Object

 
Microsoft DirectShow 9.0

RecordingAttributes Object

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

The Recording Attributes object retrieves and updates metadata in the header of a Stream Buffer Engine recording file.

CLSID CLSID_StreamBufferRecordingAttributes
Interfaces IFileSourceFilter, IStreamBufferRecordingAttribute

Remarks

To use this object, call IFileSourceFilter::Load and pass in the name of the recording file. Then query the object for the IStreamBufferRecordingAttribute interface and use this interface to retrieve or update the metadata.

Although this object exposes the IFileSourceFilter interface, it is not a DirectShow filter. It is a stand-alone COM object.

See Also