mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: RKST-131 add IMatrixRouting interfaces
This commit is contained in:
parent
b0e9ecf29e
commit
9ad151bd7e
6 changed files with 62 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ namespace PepperDash.Essentials.Core
|
|||
Video = 2,
|
||||
AudioVideo = Audio | Video,
|
||||
UsbOutput = 8,
|
||||
UsbInput = 16
|
||||
UsbInput = 16,
|
||||
SecondaryAudio = 32
|
||||
}
|
||||
|
||||
public enum eRoutingPortConnectionType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue