FMOD.ChannelControl.FMOD_ChannelGroup_GetFadePoints C# (CSharp) Method

FMOD_ChannelGroup_GetFadePoints() private method

private FMOD_ChannelGroup_GetFadePoints ( IntPtr channelgroup, uint &numpoints, ulong point_dspclock, float point_volume ) : RESULT
channelgroup System.IntPtr
numpoints uint
point_dspclock ulong
point_volume float
return RESULT
        private static extern RESULT FMOD_ChannelGroup_GetFadePoints(IntPtr channelgroup, ref uint numpoints, ulong[] point_dspclock, float[] point_volume);
        [DllImport(VERSION.dll)]
ChannelControl