more updates and moves

This commit is contained in:
Andrew Welker
2020-11-19 12:11:12 -07:00
parent 58f88037f5
commit 19f39d7373
6 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
namespace PepperDash.Essentials.Core.Devices.VideoCodec
using PepperDash.Essentials.Devices.Common.VideoCodec;
namespace PepperDash.Essentials.Core.Devices.VideoCodec
{
/// <summary>
/// For rooms that have video codec

View File

@@ -18,6 +18,7 @@ using PepperDash.Essentials.Core.Devices;
using PepperDash.Essentials.Core.Devices.Codec;
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
using PepperDash.Essentials.Core.Routing;
using PepperDash.Essentials.Devices.Common.Cameras;
using PepperDash.Essentials.Devices.Common.Codec;
using PepperDash.Essentials.Devices.Common.VideoCodec.Interfaces;
using PepperDash.Essentials.Devices.Core.VideoCodec;

View File

@@ -187,6 +187,7 @@
<Compile Include="Device Info\DeviceInfoEventArgs.cs" />
<Compile Include="Device Info\IDeviceInfoProvider.cs" />
<Compile Include="Devices\Base Classes\AudioCodecBase.cs" />
<Compile Include="Devices\Base Classes\CameraBase.cs" />
<Compile Include="Devices\Base Classes\EssentialsBridgeableDevice.cs" />
<Compile Include="Devices\Base Classes\EssentialsDevice.cs" />
<Compile Include="Devices\CodecCommandWithLabel.cs" />

View File

@@ -9,6 +9,7 @@ using PepperDash.Essentials.Core.Devices.VideoCodec;
using PepperDash.Essentials.Core.Rooms;
using PepperDash.Essentials.Core.Rooms.Config;
using PepperDash.Essentials.Core.Devices;
using PepperDash.Essentials.Devices.Common.VideoCodec;
namespace PepperDash.Essentials
{

View File

@@ -97,7 +97,6 @@
<ItemGroup>
<Compile Include="AudioCodec\MockAC\MockAC.cs" />
<Compile Include="AudioCodec\MockAC\MockAcPropertiesConfig.cs" />
<Compile Include="Cameras\CameraBase.cs" />
<Compile Include="Cameras\CameraVisca.cs" />
<Compile Include="Cameras\IHasCameraPresets.cs" />
<Compile Include="ImageProcessors\TVOneCorio.cs" />