IAsyncReader2 Interface (Compact 7)

3/12/2014

This interface extends IAsyncReader Interface to sequentially retrieve media samples from the stream.

Methods

Remarks

This interface offers better performance than the IAsyncReader Interface because it reduces the number of memory operations that are required to retrieve media samples.

A pull filter that connects to a buffering filter or a source filter can use this interface. The upstream filter can be the Buffering Stream Filter or any filter that receives data from a source filter.

When to Implement

Implement this interface on a pin if your filter is a source filter or a buffering filter.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Interfaces