Skip to content

Latest commit

 

History

History
161 lines (128 loc) · 4.82 KB

nf-strmif-iamcrossbar-get_crossbarpininfo.md

File metadata and controls

161 lines (128 loc) · 4.82 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
NF:strmif.IAMCrossbar.get_CrossbarPinInfo
IAMCrossbar::get_CrossbarPinInfo (strmif.h)
The get_CrossbarPinInfo method retrieves information about a specified pin.
FALSE
IAMCrossbar interface [DirectShow]
get_CrossbarPinInfo method
IAMCrossbar.get_CrossbarPinInfo
IAMCrossbar::get_CrossbarPinInfo
IAMCrossbarget_CrossbarPinInfo
TRUE
dshow.iamcrossbar_get_crossbarpininfo
get_CrossbarPinInfo
get_CrossbarPinInfo method [DirectShow]
get_CrossbarPinInfo method [DirectShow]
IAMCrossbar interface
strmif/IAMCrossbar::get_CrossbarPinInfo
dshow\iamcrossbar_get_crossbarpininfo.htm
dshow
29cda12e-a731-4995-8e0c-69dfcda6f158
4/26/2023
FALSE, IAMCrossbar interface [DirectShow],get_CrossbarPinInfo method, IAMCrossbar.get_CrossbarPinInfo, IAMCrossbar::get_CrossbarPinInfo, IAMCrossbarget_CrossbarPinInfo, TRUE, dshow.iamcrossbar_get_crossbarpininfo, get_CrossbarPinInfo, get_CrossbarPinInfo method [DirectShow], get_CrossbarPinInfo method [DirectShow],IAMCrossbar interface, strmif/IAMCrossbar::get_CrossbarPinInfo
strmif.h
Dshow.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Strmiids.lib
Windows
19H1
IAMCrossbar::get_CrossbarPinInfo
strmif/IAMCrossbar::get_CrossbarPinInfo
c++
APIRef
kbSyntax
COM
Strmiids.lib
Strmiids.dll
IAMCrossbar.get_CrossbarPinInfo

IAMCrossbar::get_CrossbarPinInfo

-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 get_CrossbarPinInfo method retrieves information about a specified pin.

-parameters

-param IsInputPin [in]

Specifies the direction of the pin. Use one of the following values.

Value Meaning
TRUE
Input pin
FALSE
Output pin

-param PinIndex [in]

Specifies the index of the pin.

-param PinIndexRelated [out]

Pointer to a variable that receives the index of the related pin, or –1 if no pin is related to this pin. The related pin is a pin on the same filter, with the same direction; it typically represents the same physical jack or connector. For example, a video tuner and an audio tuner might be related pins. Typically, if two pins are related, you should route them together.

-param PhysicalType [out]

Pointer to a variable that receives a member of the PhysicalConnectorType enumeration, indicating the pin's physical type.

-returns

Returns an HRESULT value. Possible values include the following.

Return code Description
S_FALSE
Unknown physical type.
S_OK
Success.
E_POINTER
NULL pointer argument.

-remarks

Output pins and input pins are both indexed from zero. To determine the number of output and input pins, call the IAMCrossbar::get_PinCounts method.

-see-also

Error and Success Codes

IAMCrossbar Interface

Working with Crossbars