Addresses issues causing build to fail.

This commit is contained in:
Neil Dorin
2020-03-10 15:01:28 -06:00
parent f27b6fadb9
commit b71313248d
6 changed files with 53 additions and 24 deletions

View File

@@ -56,19 +56,4 @@ namespace PepperDash.Essentials.Devices.Common.DSP
// ATC
// Mics, unusual
public interface IBiampTesiraDspLevelControl : IBasicVolumeWithFeedback
{
/// <summary>
/// In BiAmp: Instance Tag, QSC: Named Control, Polycom:
/// </summary>
string ControlPointTag { get; }
int Index1 { get; }
int Index2 { get; }
bool HasMute { get; }
bool HasLevel { get; }
bool AutomaticUnmuteOnVolumeUp { get; }
}
}