Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
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).
The stream buffer Recording object exposes this interface.
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
Include Sbe.h.