FMOD.ChannelControl.FMOD_ChannelGroup_AddDSP C# (CSharp) Method

FMOD_ChannelGroup_AddDSP() private method

private FMOD_ChannelGroup_AddDSP ( IntPtr channelgroup, int index, IntPtr dsp ) : RESULT
channelgroup System.IntPtr
index int
dsp System.IntPtr
return RESULT
        private static extern RESULT FMOD_ChannelGroup_AddDSP(IntPtr channelgroup, int index, IntPtr dsp);
        [DllImport(VERSION.dll)]
ChannelControl