CSPspEmu.Core.Audio.PspAudioChannel.Release C# (CSharp) Method

Release() public method

public Release ( ) : void
return void
        public void Release()
        {
            this.IsReserved = false;
            this.VolumeLeft = PspAudio.MaxVolume;
            this.VolumeRight = PspAudio.MaxVolume;
        }