mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 05:05:00 +00:00
more updates and moves
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
namespace PepperDash.Essentials.Core.Devices.VideoCodec
|
using PepperDash.Essentials.Devices.Common.VideoCodec;
|
||||||
|
|
||||||
|
namespace PepperDash.Essentials.Core.Devices.VideoCodec
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// For rooms that have video codec
|
/// 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.Devices.Codec;
|
||||||
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
|
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
|
||||||
using PepperDash.Essentials.Core.Routing;
|
using PepperDash.Essentials.Core.Routing;
|
||||||
|
using PepperDash.Essentials.Devices.Common.Cameras;
|
||||||
using PepperDash.Essentials.Devices.Common.Codec;
|
using PepperDash.Essentials.Devices.Common.Codec;
|
||||||
using PepperDash.Essentials.Devices.Common.VideoCodec.Interfaces;
|
using PepperDash.Essentials.Devices.Common.VideoCodec.Interfaces;
|
||||||
using PepperDash.Essentials.Devices.Core.VideoCodec;
|
using PepperDash.Essentials.Devices.Core.VideoCodec;
|
||||||
|
|||||||
@@ -187,6 +187,7 @@
|
|||||||
<Compile Include="Device Info\DeviceInfoEventArgs.cs" />
|
<Compile Include="Device Info\DeviceInfoEventArgs.cs" />
|
||||||
<Compile Include="Device Info\IDeviceInfoProvider.cs" />
|
<Compile Include="Device Info\IDeviceInfoProvider.cs" />
|
||||||
<Compile Include="Devices\Base Classes\AudioCodecBase.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\EssentialsBridgeableDevice.cs" />
|
||||||
<Compile Include="Devices\Base Classes\EssentialsDevice.cs" />
|
<Compile Include="Devices\Base Classes\EssentialsDevice.cs" />
|
||||||
<Compile Include="Devices\CodecCommandWithLabel.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;
|
||||||
using PepperDash.Essentials.Core.Rooms.Config;
|
using PepperDash.Essentials.Core.Rooms.Config;
|
||||||
using PepperDash.Essentials.Core.Devices;
|
using PepperDash.Essentials.Core.Devices;
|
||||||
|
using PepperDash.Essentials.Devices.Common.VideoCodec;
|
||||||
|
|
||||||
namespace PepperDash.Essentials
|
namespace PepperDash.Essentials
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -97,7 +97,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="AudioCodec\MockAC\MockAC.cs" />
|
<Compile Include="AudioCodec\MockAC\MockAC.cs" />
|
||||||
<Compile Include="AudioCodec\MockAC\MockAcPropertiesConfig.cs" />
|
<Compile Include="AudioCodec\MockAC\MockAcPropertiesConfig.cs" />
|
||||||
<Compile Include="Cameras\CameraBase.cs" />
|
|
||||||
<Compile Include="Cameras\CameraVisca.cs" />
|
<Compile Include="Cameras\CameraVisca.cs" />
|
||||||
<Compile Include="Cameras\IHasCameraPresets.cs" />
|
<Compile Include="Cameras\IHasCameraPresets.cs" />
|
||||||
<Compile Include="ImageProcessors\TVOneCorio.cs" />
|
<Compile Include="ImageProcessors\TVOneCorio.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user