Analog Video Crossbar Filter

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The Analog Video Crossbar filter represents a video crossbar on a video capture device that supports the Windows Driver Model (WDM).

This filter is a wrapper filter for crossbars on WDM streaming devices. The filter's friendly name is taken from the device. Each output pin represents a hardware path for analog baseband video. One of the input pins comes from a TV Tuner (the TV Tuner Filter). Other input pins support video or audio streams. The filter supports any media subtypes and formats that are supported on the downstream connections.

You cannot directly create this filter with CoCreateInstance. The ICaptureGraphBuilder2 interface automatically adds this filter to the graph as needed.

For more information on wrapper filters and WDM streaming devices, see How Hardware Devices Participate in the Filter Graph.

Label Value
Filter Interfaces IAMCrossbar, ISpecifyPropertyPages, IPersistPropertyBag, IPersistStream
Input Pin Media Types MEDIATYPE_AnalogAudio, MEDIATYPE_AnalogVideo
Input Pin Interfaces IKsPropertySet
Output Pin Media Types MEDIATYPE_AnalogAudio, MEDIATYPE_AnalogVideo
Output Pin Interfaces IKsPropertySet
Filter CLSID Not applicable
Property Page CLSID CLSID_CrossbarFilterPropertyPage
Executable ksxbar.ax
Merit Driver-dependent.
Filter Category AM_KSCATEGORY_CROSSBAR

 

DirectShow Filters

Working with Crossbars