Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.77 KB

nf-mfidl-imftopology-getoutputnodecollection.md

File metadata and controls

76 lines (59 loc) · 2.77 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.IMFTopology.GetOutputNodeCollection
IMFTopology::GetOutputNodeCollection (mfidl.h)
Gets the output nodes in the topology.
0862cd4a-4d22-4d8d-a754-0cd376d44b22
GetOutputNodeCollection
GetOutputNodeCollection method [Media Foundation]
GetOutputNodeCollection method [Media Foundation]
IMFTopology interface
IMFTopology interface [Media Foundation]
GetOutputNodeCollection method
IMFTopology.GetOutputNodeCollection
IMFTopology::GetOutputNodeCollection
mf.imftopology_getoutputnodecollection
mfidl/IMFTopology::GetOutputNodeCollection
mf\imftopology_getoutputnodecollection.htm
mf
0862cd4a-4d22-4d8d-a754-0cd376d44b22
12/05/2018
0862cd4a-4d22-4d8d-a754-0cd376d44b22, GetOutputNodeCollection, GetOutputNodeCollection method [Media Foundation], GetOutputNodeCollection method [Media Foundation],IMFTopology interface, IMFTopology interface [Media Foundation],GetOutputNodeCollection method, IMFTopology.GetOutputNodeCollection, IMFTopology::GetOutputNodeCollection, mf.imftopology_getoutputnodecollection, mfidl/IMFTopology::GetOutputNodeCollection
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfuuid.lib
Windows
19H1
IMFTopology::GetOutputNodeCollection
mfidl/IMFTopology::GetOutputNodeCollection
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFTopology.GetOutputNodeCollection

IMFTopology::GetOutputNodeCollection

-description

Gets the output nodes in the topology.

-parameters

-param ppCollection [out]

Receives a pointer to the IMFCollection interface. The caller must release the pointer. The collection contains IUnknown pointers to all of the output nodes in the topology. Each pointer can be queried for the IMFTopologyNode interface. The collection might be empty.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IMFTopology

IMFTopologyNode::GetNodeType

Topologies