FMOD.ChannelControl.FMOD_ChannelGroup_SetPaused C# (CSharp) Method

FMOD_ChannelGroup_SetPaused() private method

private FMOD_ChannelGroup_SetPaused ( IntPtr channelgroup, bool paused ) : RESULT
channelgroup System.IntPtr
paused bool
return RESULT
        private static extern RESULT FMOD_ChannelGroup_SetPaused(IntPtr channelgroup, bool paused);
        [DllImport(VERSION.dll)]
ChannelControl