Skip to content

Latest commit

 

History

History
89 lines (69 loc) · 3.86 KB

ne-mfidl-mf_connect_method.md

File metadata and controls

89 lines (69 loc) · 3.86 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
NE:mfidl._MF_CONNECT_METHOD
MF_CONNECT_METHOD (mfidl.h)
Specifies how the topology loader connects a topology node.
881045bf-ea3b-46e2-aae0-b26e35882da1
MF_CONNECT_ALLOW_CONVERTER
MF_CONNECT_ALLOW_DECODER
MF_CONNECT_AS_OPTIONAL
MF_CONNECT_AS_OPTIONAL_BRANCH
MF_CONNECT_DIRECT
MF_CONNECT_METHOD
MF_CONNECT_METHOD enumeration [Media Foundation]
MF_CONNECT_RESOLVE_INDEPENDENT_OUTPUTTYPES
mf.mf_connect_method
mfidl/MF_CONNECT_ALLOW_CONVERTER
mfidl/MF_CONNECT_ALLOW_DECODER
mfidl/MF_CONNECT_AS_OPTIONAL
mfidl/MF_CONNECT_AS_OPTIONAL_BRANCH
mfidl/MF_CONNECT_DIRECT
mfidl/MF_CONNECT_METHOD
mfidl/MF_CONNECT_RESOLVE_INDEPENDENT_OUTPUTTYPES
mf\mf_connect_method.htm
mf
881045bf-ea3b-46e2-aae0-b26e35882da1
12/05/2018
881045bf-ea3b-46e2-aae0-b26e35882da1, MF_CONNECT_ALLOW_CONVERTER, MF_CONNECT_ALLOW_DECODER, MF_CONNECT_AS_OPTIONAL, MF_CONNECT_AS_OPTIONAL_BRANCH, MF_CONNECT_DIRECT, MF_CONNECT_METHOD, MF_CONNECT_METHOD enumeration [Media Foundation], MF_CONNECT_RESOLVE_INDEPENDENT_OUTPUTTYPES, mf.mf_connect_method, mfidl/MF_CONNECT_ALLOW_CONVERTER, mfidl/MF_CONNECT_ALLOW_DECODER, mfidl/MF_CONNECT_AS_OPTIONAL, mfidl/MF_CONNECT_AS_OPTIONAL_BRANCH, mfidl/MF_CONNECT_DIRECT, mfidl/MF_CONNECT_METHOD, mfidl/MF_CONNECT_RESOLVE_INDEPENDENT_OUTPUTTYPES
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
MF_CONNECT_METHOD
19H1
_MF_CONNECT_METHOD
mfidl/_MF_CONNECT_METHOD
MF_CONNECT_METHOD
mfidl/MF_CONNECT_METHOD
c++
APIRef
kbSyntax
HeaderDef
mfidl.h
MF_CONNECT_METHOD

MF_CONNECT_METHOD enumeration

-description

Specifies how the topology loader connects a topology node. This enumeration is used with the MF_TOPONODE_CONNECT_METHOD attribute.

-enum-fields

-field MF_CONNECT_DIRECT:0

Connect the node directly to its upstream neighbor. Fail otherwise.

-field MF_CONNECT_ALLOW_CONVERTER:0x1

Add a converter transform upstream from this node, if needed to complete the connection. Converter transforms include color-space converters for video, and audio resamplers for audio.

-field MF_CONNECT_ALLOW_DECODER:0x3

Add a decoder transform upstream upstream from this node, if needed to complete the connection. The numeric value of this flag includes the MF_CONNECT_ALLOW_CONVERTER flag. Therefore, setting the MF_CONNECT_ALLOW_DECODER flag sets the MF_CONNECT_ALLOW_CONVERTER flag as well.

-field MF_CONNECT_RESOLVE_INDEPENDENT_OUTPUTTYPES:0x4

Controls the order in which the topology loader attempts to
use different output types from this node. Currently, this flag applies only to source nodes. For more information, see MF_TOPOLOGY_ENUMERATE_SOURCE_TYPES.

Note  Requires Windows 7 or later.
 

-field MF_CONNECT_AS_OPTIONAL:0x10000

This node is optional. If the topology loader cannot connect this node, it will skip the node and continue.

-field MF_CONNECT_AS_OPTIONAL_BRANCH:0x20000

The entire topology branch starting at this node is optional. If the topology loader cannot resolve this branch, it will skip the branch and continue.

-see-also

Media Foundation Enumerations