IMFTopology::GetOutputNodeCollection method (mfidl.h)
Gets the output nodes in the topology.
Syntax
HRESULT GetOutputNodeCollection(
[out] IMFCollection **ppCollection
);
Parameters
[out] ppCollection
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.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | mfidl.h |
Library | Mfuuid.lib |