IStreamBufferRecordingAttribute Interface
Microsoft DirectShow 9.0 |
IStreamBufferRecordingAttribute Interface
This topic applies only to Windows XP Service Pack 1 or later.
The IStreamBufferRecordingAttribute interface sets and retrieves attributes on a stream buffer recording. Attributes are metadata that describe the physical file (such as the bitrate and the duration) or the content of the file (such as the author or title).
This interface is exposed by the Recording object and the RecordingAttributes object.
In addition to the methods inherited from IUnknown, the IStreamBufferRecordingAttribute interface exposes the following methods.
Method | Description |
EnumAttributes | Enumerates the existing attributes of the stream buffer file. |
GetAttributeByIndex | Retrieves an attribute, specified by index number. |
GetAttributeByName | Retrieves an attribute, specified by name. |
GetAttributeCount | Returns the number of attributes that are currently defined for this stream buffer file. |
SetAttribute | Sets an attribute on the stream buffer file. |
Requirements
Header: Include Sbe.h.
See Also