RaumfeldNET.UPNP.CpAVRenderer.VolumeChangedSink C# (CSharp) Method

VolumeChangedSink() protected method

protected VolumeChangedSink ( UInt16 _volume ) : void
_volume System.UInt16
return void
        protected void VolumeChangedSink(UInt16 _volume)
        {
            if (this.onVolumeChanged != null) this.onVolumeChanged(this, _volume);
        }