Click or drag to resize

GHAMatrixSwitcherRegisterInput Method

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

Adds the provided input to this matrix switcher The caller should have used the CreateObject method to create the input as a child of the matrix switcher This method will register the input

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public virtual int RegisterInput(
	IAVInput input
)

Parameters

input
Type: GHASchema.Classes.Capabilities.MediaIAVInput
Input

Return Value

Type: Int32
Assigned input number

Implements

IMatrixSwitcherRegisterInput(IAVInput)
See Also