Click or drag to resize

IMatrixSwitcherGetAvailableInputs Method

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

Returns the unallocated inputs that are capable of playing the specified media item

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
IAVInput[] GetAvailableInputs(
	IGHAObject mediaItem
)

Parameters

mediaItem
Type: GHASchemaIGHAObject
Item to play

Return Value

Type: IAVInput
Input capable of playing the specified media item, null if no input is available
See Also