11 lines
262 B
C#
11 lines
262 B
C#
|
using MassiveKnob.Plugin.CoreAudio.Base;
|
|||
|
|
|||
|
namespace MassiveKnob.Plugin.CoreAudio.SetMuted
|
|||
|
{
|
|||
|
public class DeviceSetMutedActionSettings : BaseDeviceSettings
|
|||
|
{
|
|||
|
public bool Toggle { get; set; }
|
|||
|
public bool SetInverted { get; set;}
|
|||
|
}
|
|||
|
}
|