fix: correct build issues

This commit is contained in:
Andrew Welker
2024-05-08 08:37:25 -05:00
parent dd66de0463
commit e3e7add5b9
6 changed files with 44 additions and 14 deletions

View File

@@ -18,6 +18,8 @@ namespace PepperDash.Essentials.Devices.Common
/// </summary>
public class GenericAudioOut : EssentialsDevice, IRoutingSink
{
public RoutingInputPort CurrentInputPort => AnyAudioIn;
public event SourceInfoChangeHandler CurrentSourceChange;
public string CurrentSourceInfoKey { get; set; }