Infinite Pin Tee Filter

 
Microsoft DirectShow 9.0

Infinite Pin Tee Filter

This filter delivers samples delivered to its input pin to a variable number of output pins. When an instance of the filter is created, it has one output pin. Each time an output pin is connected, the filter creates another output pin. All output pins share the same media type as the input pin.

This filter is also provided as an SDK sample. See InfTee Filter Sample.

Filter Interfaces IBaseFilter
Input Pin Media Types Any media type
Input Pin Interfaces IMemInputPin, IPin, IQualityControl
Output Pin Media Types Any media type. The output type always matches the input type, for all output pins
Output Pin Interfaces IMediaPosition, IMediaSeeking, IPin, IQualityControl
Filter CLSID CLSID_InfTee
Property Page CLSID No property page
Executable qcap.dll
Merit MERIT_DO_NOT_USE
Filter Category CLSID_LegacyAmFilterCategory

See Also