Microsoft DirectX 9.0

IEnumStreamBufferRecordingAttrib Interface

This topic applies to Windows XP Service Pack 1 only.

The IEnumStreamBufferRecordingAttrib interface enumerates a collection of attributes on a stream buffer file. Attributes are metadata that describe the physical file (such as the bit rate and the duration) or the content of the file (such as the author or title). To obtain this interface, call the IStreamBufferRecordingAttribute::EnumAttributes method.

This interface implements a standard Component Object Model (COM) collection object. For more information on COM collections, see the IEnumXXXX topic in the Microsoft Platform SDK. The collection object represents a snapshot of the attributes when the collection is created; the collection is not updated automatically.

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

Method Description
Clone Makes a copy of the enumerator object.
Next Retrieves a specified number of attributes in the enumeration sequence.
Reset Resets the enumeration sequence to the beginning.
Skip Skips over a specified number of attributes.

Requirements

Include Sbe.h.