Animatroller.Framework.PhysicalDevice.NetworkAudioPlayer.SetBackgroundVolume C# (CSharp) Method

SetBackgroundVolume() public method

public SetBackgroundVolume ( byte volume ) : NetworkAudioPlayer
volume byte
return NetworkAudioPlayer
        public NetworkAudioPlayer SetBackgroundVolume(byte volume)
        {
            SendCommand(string.Format("BV,{0}", volume));

            return this;
        }