Click or drag to resize

IMatrixSwitcherZoneFindAndConnect Method

[This is preliminary documentation and is subject to change.]

Finds an input compatible with the current media and connects it to the output

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
bool FindAndConnect(
	IGHAObject mediaRoot = null
)

Parameters

mediaRoot (Optional)
Type: GHASchemaIGHAObject

[Missing <param name="mediaRoot"/> documentation for "M:GHASchema.Classes.Capabilities.Media.IMatrixSwitcherZone.FindAndConnect(GHASchema.IGHAObject)"]

Return Value

Type: Boolean
true if successful, false if not
See Also