Skip to content

Latest commit

 

History

History
66 lines (56 loc) · 3.2 KB

nn-strmif-iamcrossbar.md

File metadata and controls

66 lines (56 loc) · 3.2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:strmif.IAMCrossbar
IAMCrossbar (strmif.h)
The IAMCrossbar interface routes signals from an analog or digital source to a video capture filter.This interface is implemented by the Analog Video Crossbar Filter.
IAMCrossbar
IAMCrossbar interface [DirectShow]
IAMCrossbar interface [DirectShow]
described
IAMCrossbarInterface
dshow.iamcrossbar
strmif/IAMCrossbar
dshow\iamcrossbar.htm
dshow
9eef4923-62e7-475e-85e6-de8c1eefe483
4/26/2023
IAMCrossbar, IAMCrossbar interface [DirectShow], IAMCrossbar interface [DirectShow],described, IAMCrossbarInterface, dshow.iamcrossbar, strmif/IAMCrossbar
strmif.h
Dshow.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Strmiids.lib
Windows
19H1
IAMCrossbar
strmif/IAMCrossbar
c++
APIRef
kbSyntax
COM
Strmiids.lib
Strmiids.dll
IAMCrossbar

IAMCrossbar interface

-description

[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 IAMCrossbar interface routes signals from an analog or digital source to a video capture filter.

This interface is implemented by the Analog Video Crossbar Filter. The Analog Video Crossbar filter is modeled after a general switching matrix, with n inputs and m outputs. For example, a video card might have two external connectors: a coaxial connector for TV, and an S-video input. These would be represented as input pins on the filter. To select one of the inputs, an application would use the IAMCrossbar interface to "route" an input pin to the filter's output pin, by calling the IAMCrossbar::Route method.

-inheritance

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

-see-also

Working with Crossbars