FreeSWITCH.Native.freeswitch.switch_short_to_float C# (CSharp) Method

switch_short_to_float() public static method

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
return 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