FMOD.ChannelControl.setMixLevelsInput C# (CSharp) Method

setMixLevelsInput() public method

public setMixLevelsInput ( float levels, int numlevels ) : RESULT
levels float
numlevels int
return RESULT
        public RESULT setMixLevelsInput(float[] levels, int numlevels)
        {
            return FMOD_ChannelGroup_SetMixLevelsInput(rawPtr, levels, numlevels);
        }
        public RESULT setMixMatrix(float[] matrix, int outchannels, int inchannels, int inchannel_hop)
ChannelControl