FMOD.DSP.getWetDryMix C# (CSharp) 메소드

getWetDryMix() 공개 메소드

public getWetDryMix ( float &prewet, float &postwet, float &dry ) : RESULT
prewet float
postwet float
dry float
리턴 RESULT
        public RESULT getWetDryMix(out float prewet, out float postwet, out float dry)
        {
            return FMOD_DSP_GetWetDryMix(rawPtr, out prewet, out postwet, out dry);
        }
        public RESULT setChannelFormat(CHANNELMASK channelmask, int numchannels, SPEAKERMODE source_speakermode)