public void DecreaseChannel() { Channel = ChangeParams.Decrease(Channel); }
public void DecreaseVolume() { Volume = ChangeParams.Decrease(Volume); }