Share via


IEnumStreamBufferRecordingAttrib Interface

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

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.

Methods

The IEnumStreamBufferRecordingAttrib interface inherits the methods of the IUnknown interface.

In addition, IEnumStreamBufferRecordingAttrib defines 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

Header Declared in Sbe.h.

See Also

Stream Buffer Engine Interfaces

Send comments about this topic to Microsoft

Build date: 12/4/2008