Skip to content

Latest commit

 

History

History
96 lines (77 loc) · 2.94 KB

nf-mfidl-imftopologynode-getinputcount.md

File metadata and controls

96 lines (77 loc) · 2.94 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:mfidl.IMFTopologyNode.GetInputCount
IMFTopologyNode::GetInputCount (mfidl.h)
Retrieves the number of input streams that currently exist on this node.
84c079da-5de6-4c33-b0c7-5ffd017d5513
GetInputCount
GetInputCount method [Media Foundation]
GetInputCount method [Media Foundation]
IMFTopologyNode interface
IMFTopologyNode interface [Media Foundation]
GetInputCount method
IMFTopologyNode.GetInputCount
IMFTopologyNode::GetInputCount
mf.imftopologynode_getinputcount
mfidl/IMFTopologyNode::GetInputCount
mf\imftopologynode_getinputcount.htm
mf
84c079da-5de6-4c33-b0c7-5ffd017d5513
12/05/2018
84c079da-5de6-4c33-b0c7-5ffd017d5513, GetInputCount, GetInputCount method [Media Foundation], GetInputCount method [Media Foundation],IMFTopologyNode interface, IMFTopologyNode interface [Media Foundation],GetInputCount method, IMFTopologyNode.GetInputCount, IMFTopologyNode::GetInputCount, mf.imftopologynode_getinputcount, mfidl/IMFTopologyNode::GetInputCount
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfuuid.lib
Windows
19H1
IMFTopologyNode::GetInputCount
mfidl/IMFTopologyNode::GetInputCount
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFTopologyNode.GetInputCount

IMFTopologyNode::GetInputCount

-description

Retrieves the number of input streams that currently exist on this node.

-parameters

-param pcInputs [out]

Receives the number of input streams.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

-remarks

The input streams may or may not be connected to output streams on other nodes. To get the node that is connected to a specified input stream, call IMFTopologyNode::GetInput.

The IMFTopologyNode::ConnectOutput and IMFTopologyNode::SetInputPrefType methods add new input streams as needed.

-see-also

IMFTopologyNode

Topologies