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

switch_swap_linear() public static method

public static switch_swap_linear ( SWIGTYPE_p_short buf, int len ) : void
buf SWIGTYPE_p_short
len int
return void
        public static void switch_swap_linear(SWIGTYPE_p_short buf, int len)
        {
            freeswitchPINVOKE.switch_swap_linear(SWIGTYPE_p_short.getCPtr(buf), len);
        }
freeswitch