Click or drag to resize

GHAMatrixSwitcherZoneFindAndConnect Method

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

Searches available inputs and connects the first input that can play the selected media

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

Parameters

mediaRoot (Optional)
Type: GHASchemaIGHAObject

[Missing <param name="mediaRoot"/> documentation for "M:GHASchema.Classes.Device.AudioVideo.GHAMatrixSwitcherZone.FindAndConnect(GHASchema.IGHAObject)"]

Return Value

Type: Boolean
True if successful, false if not

Implements

IMatrixSwitcherZoneFindAndConnect(IGHAObject)
See Also