Smart Tee Filter (Windows Embedded CE 6.0)

1/6/2010

The Smart Tee filter is used in video capture graphs to split the video stream into a preview stream and a capture stream. This is done without any additional data copying. The output pins support whatever media types are supported on the downstream connection.

The Smart Tee filter is useful when a video capture filter does not provide separate pins for capture and preview. The Smart Tee filter delivers preview data only if doing so does not hurt capture performance. It also removes the time stamps from the preview stream. The capture graph builder automatically inserts the Smart Tee filter when needed. For more information, see Combining Video Capture and Preview.

The following illustration shows a typical capture graph that uses the Smart Tee filter.

Ee494740.576d2016-1ca5-4e2d-9065-ecccdbfd8841(en-US,WinEmbedded.60).gif

The following table shows the filter properties.

Filter property Description

Filter Interfaces

IBaseFilter

Input Pin Media Types

MEDIATYPE_Video, MEDIASUBTYPE_NULL

Input Pin Interfaces

IMemInputPin, IPin, IQualityControl

Output Pin Media Types

MEDIATYPE_Video, MEDIASUBTYPE_NULL

Output Pin Interfaces

IAMStreamControl, IPin, IQualityControl

Filter CLSID

CLSID_SmartTee

Property Page CLSID

No property page.

Executable

qcap.dll

Merit

MERIT_DO_NOT_USE

Filter Category

CLSID_LegacyAmFilterCategory

See Also

Concepts

Supported DirectShow Filters