FMOD.ChannelControl.FMOD_ChannelGroup_GetVolume C# (CSharp) Method

FMOD_ChannelGroup_GetVolume() private method

private FMOD_ChannelGroup_GetVolume ( IntPtr channelgroup, float &volume ) : RESULT
channelgroup System.IntPtr
volume float
return RESULT
        private static extern RESULT FMOD_ChannelGroup_GetVolume(IntPtr channelgroup, out float volume);
        [DllImport(VERSION.dll)]
ChannelControl