FMOD.ChannelControl.FMOD_ChannelGroup_SetCallback C# (CSharp) Method

FMOD_ChannelGroup_SetCallback() private method

private FMOD_ChannelGroup_SetCallback ( IntPtr channelgroup, CHANNEL_CALLBACK callback ) : RESULT
channelgroup System.IntPtr
callback CHANNEL_CALLBACK
return RESULT
        private static extern RESULT FMOD_ChannelGroup_SetCallback(IntPtr channelgroup, CHANNEL_CALLBACK callback);
        [DllImport(VERSION.dll)]
ChannelControl