RecordingAttributes Object
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
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.
Related topics
�
�