FMOD.ChannelControl.FMOD_ChannelGroup_GetReverbProperties C# (CSharp) Method

FMOD_ChannelGroup_GetReverbProperties() private method

private FMOD_ChannelGroup_GetReverbProperties ( IntPtr channelgroup, int instance, float &wet ) : RESULT
channelgroup System.IntPtr
instance int
wet float
return RESULT
        private static extern RESULT FMOD_ChannelGroup_GetReverbProperties(IntPtr channelgroup, int instance, out float wet);
        [DllImport(VERSION.dll)]
ChannelControl