mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-02 22:34:57 +00:00
fixing cisco class
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
using PepperDash.Essentials.Core;
|
||||
using PepperDash.Essentials.Devices.Common.VideoCodec.Cisco;
|
||||
|
||||
namespace PepperDash.Essentials.Devices.Common.Codec
|
||||
{
|
||||
@@ -19,4 +13,6 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
||||
Action<string, string> RunRouteAction { set;}
|
||||
}
|
||||
|
||||
public enum eExternalSourceType { camera, desktop, document_camera, mediaplayer, PC, whiteboard, other }
|
||||
public enum eExternalSourceMode { Ready, NotReady, Hidden, Error }
|
||||
}
|
||||
Reference in New Issue
Block a user