Click or drag to resize

GHAMatrixSwitcherGetAvailableInputs Method

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

Searches all inputs for an available device that can render the provided media item

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public virtual IAVInput[] GetAvailableInputs(
	IGHAObject mediaItem
)

Parameters

mediaItem
Type: GHASchemaIGHAObject
Media item to render

Return Value

Type: IAVInput

[Missing <returns> documentation for "M:GHASchema.Classes.Device.AudioVideo.GHAMatrixSwitcher.GetAvailableInputs(GHASchema.IGHAObject)"]

Implements

IMatrixSwitcherGetAvailableInputs(IGHAObject)
See Also