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

switch_float_to_short() public static method

public static switch_float_to_short ( SWIGTYPE_p_float f, SWIGTYPE_p_short s, SWIGTYPE_p_switch_size_t len ) : SWIGTYPE_p_switch_size_t
f SWIGTYPE_p_float
s SWIGTYPE_p_short
len SWIGTYPE_p_switch_size_t
return SWIGTYPE_p_switch_size_t
        public static SWIGTYPE_p_switch_size_t switch_float_to_short(SWIGTYPE_p_float f, SWIGTYPE_p_short s, SWIGTYPE_p_switch_size_t len)
        {
            SWIGTYPE_p_switch_size_t ret = new SWIGTYPE_p_switch_size_t(freeswitchPINVOKE.switch_float_to_short(SWIGTYPE_p_float.getCPtr(f), SWIGTYPE_p_short.getCPtr(s), SWIGTYPE_p_switch_size_t.getCPtr(len)), true);
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch