mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
more updates and moves
This commit is contained in:
parent
58f88037f5
commit
19f39d7373
6 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue