RaumfeldNET.UPNP.CpAVRenderer.VolumeChangedSink C# (CSharp) Méthode

VolumeChangedSink() protected méthode

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