IEnumStream interface (tapi3if.h)

The IEnumStream interface provides COM-standard enumeration methods for the ITStream interface. The ITStreamControl::EnumerateStreams and ITParticipant::EnumerateStreams methods return a pointer to IEnumStream.

Inheritance

The IEnumStream interface inherits from the IUnknown interface. IEnumStream also has these types of members:

Methods

The IEnumStream interface has these methods.

 
IEnumStream::Clone

The Clone method creates another enumerator that contains the same enumeration state as the current one. (IEnumStream.Clone)
IEnumStream::Next

The Next method gets the next specified number of elements in the enumeration sequence. (IEnumStream.Next)
IEnumStream::Reset

The Reset method resets to the beginning of the enumeration sequence. (IEnumStream.Reset)
IEnumStream::Skip

The Skip method skips over the next specified number of elements in the enumeration sequence. (IEnumStream.Skip)

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)

See also

ITStream

Media Service Provider Interface (MSPI)