FMOD.ChannelControl.FMOD_ChannelGroup_Set3DDistanceFilter C# (CSharp) Method

FMOD_ChannelGroup_Set3DDistanceFilter() private method

private FMOD_ChannelGroup_Set3DDistanceFilter ( IntPtr channelgroup, bool custom, float customLevel, float centerFreq ) : RESULT
channelgroup System.IntPtr
custom bool
customLevel float
centerFreq float
return RESULT
        private static extern RESULT FMOD_ChannelGroup_Set3DDistanceFilter(IntPtr channelgroup, bool custom, float customLevel, float centerFreq);
        [DllImport(VERSION.dll)]
ChannelControl