// Skru ned for lydstyrken i begge hĂžjttalere. public void DecreaseVolume() { speakerLeft.DecreaseVolume(); speakerRight.DecreaseVolume(); }