mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Updates eRoutingSignalType AudioVideo
This commit is contained in:
parent
649e2658d2
commit
88c83e99a5
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ namespace PepperDash.Essentials.Core
|
||||||
{
|
{
|
||||||
Audio = 1,
|
Audio = 1,
|
||||||
Video = 2,
|
Video = 2,
|
||||||
AudioVideo = 4,
|
AudioVideo = Audio | Video,
|
||||||
UsbOutput = 8,
|
UsbOutput = 8,
|
||||||
UsbInput = 16
|
UsbInput = 16
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue