IMatrixSwitcher Interface |
[This is preliminary documentation and is subject to change.]
Namespace: GHASchema.Classes.Capabilities.Media
[GHACapabilityAttribute("", "Media")] public interface IMatrixSwitcher
The IMatrixSwitcher type exposes the following members.
Name | Description | |
---|---|---|
![]() | NumberOfInputs |
Number of matrix switcher inputs
|
![]() | NumberOfOutputs |
Number of matrix switcher outputs
|
Name | Description | |
---|---|---|
![]() | GetAvailableInputs |
Returns the unallocated inputs that are capable of playing the specified media item
|
![]() | GetAvailableInputsForContent |
Returns the unallocated inputs that are capable of playing the specified Content
Note that content is a collection of media items.
|
![]() | GetCurrentlyMappedInput |
Returns the input currently mapped to the specified output
|
![]() | GetCurrentlyMappedOutput |
Returns the currently mapped output to the specified input
|
![]() | Map |
Maps an input to an output
|
![]() | RegisterInput |
Registers an input to the matrix switcher
|
![]() | RegisterOutput |
Register an output to the matrix switcher
|
![]() | SendMessageToZone |
For hardware that supports it, sends a message to a switcher zone that can be ultimately
displayed to the end user
|
![]() | UnMap |
Unmaps the output from an input
|