FMOD.DSP.disconnectFrom C# (CSharp) Method

disconnectFrom() public method

public disconnectFrom ( DSP target, DSPConnection connection ) : RESULT
target DSP
connection DSPConnection
return RESULT
        public RESULT disconnectFrom            (DSP target, DSPConnection connection)
        {
            return FMOD_DSP_DisconnectFrom(rawPtr, target.getRaw(), connection.getRaw());
        }
        public RESULT disconnectAll             (bool inputs, bool outputs)