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

FMOD_DSP_GetMeteringInfo() 개인적인 메소드

private FMOD_DSP_GetMeteringInfo ( IntPtr dsp, [ inputInfo, [ outputInfo ) : RESULT
dsp System.IntPtr
inputInfo [
outputInfo [
리턴 RESULT
        public static extern RESULT FMOD_DSP_GetMeteringInfo            (IntPtr dsp, [Out] DSP_METERING_INFO inputInfo, [Out] DSP_METERING_INFO outputInfo);
        #endregion