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

getDataParameterIndex() 공개 메소드

public getDataParameterIndex ( int datatype, int &index ) : RESULT
datatype int
index int
리턴 RESULT
        public RESULT getDataParameterIndex(int datatype, out int index)
        {
            return FMOD_DSP_GetDataParameterIndex     (rawPtr, datatype, out index);
        }
        public RESULT showConfigDialog          (IntPtr hwnd, bool show)