FreeSWITCH.Native.freeswitch.switch_short_to_float C# (CSharp) 메소드

switch_short_to_float() 공개 정적인 메소드

public static switch_short_to_float ( SWIGTYPE_p_short s, SWIGTYPE_p_float f, int len ) : int
s SWIGTYPE_p_short
f SWIGTYPE_p_float
len int
리턴 int
        public static int switch_short_to_float(SWIGTYPE_p_short s, SWIGTYPE_p_float f, int len)
        {
            int ret = freeswitchPINVOKE.switch_short_to_float(SWIGTYPE_p_short.getCPtr(s), SWIGTYPE_p_float.getCPtr(f), len);
            return ret;
        }
freeswitch