Animatroller.Framework.PhysicalDevice.NetworkAudioPlayer.SetBackgroundVolume C# (CSharp) Метод

SetBackgroundVolume() публичный Метод

public SetBackgroundVolume ( byte volume ) : NetworkAudioPlayer
volume byte
Результат NetworkAudioPlayer
        public NetworkAudioPlayer SetBackgroundVolume(byte volume)
        {
            SendCommand(string.Format("BV,{0}", volume));

            return this;
        }