FMOD.ChannelControl.FMOD_ChannelGroup_IsPlaying C# (CSharp) Method

FMOD_ChannelGroup_IsPlaying() private method

private FMOD_ChannelGroup_IsPlaying ( IntPtr channelgroup, bool &isplaying ) : RESULT
channelgroup System.IntPtr
isplaying bool
return RESULT
        private static extern RESULT FMOD_ChannelGroup_IsPlaying(IntPtr channelgroup, out bool isplaying);
        [DllImport(VERSION.dll)]
ChannelControl