using Remotely.ScreenCast.Core.Interfaces; namespace Remotely.ScreenCast.Linux.Services { public class AudioCapturerLinux : IAudioCapturer { public void ToggleAudio(bool toggleOn) { // Not implemented. } } }