Click or drag to resize

IMatrixSwitcher Interface

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

Defines the matrix switcher capability

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Media")]
public interface IMatrixSwitcher

The IMatrixSwitcher type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfInputs
Number of matrix switcher inputs
Public propertyNumberOfOutputs
Number of matrix switcher outputs
Top
Methods
  NameDescription
Public methodGetAvailableInputs
Returns the unallocated inputs that are capable of playing the specified media item
Public methodGetAvailableInputsForContent
Returns the unallocated inputs that are capable of playing the specified Content Note that content is a collection of media items.
Public methodGetCurrentlyMappedInput
Returns the input currently mapped to the specified output
Public methodGetCurrentlyMappedOutput
Returns the currently mapped output to the specified input
Public methodMap
Maps an input to an output
Public methodRegisterInput
Registers an input to the matrix switcher
Public methodRegisterOutput
Register an output to the matrix switcher
Public methodSendMessageToZone
For hardware that supports it, sends a message to a switcher zone that can be ultimately displayed to the end user
Public methodUnMap
Unmaps the output from an input
Top
See Also