FreeSWITCH.Native.freeswitch.switch_swap_linear C# (CSharp) Метод

switch_swap_linear() публичный статический Метод

public static switch_swap_linear ( SWIGTYPE_p_short buf, int len ) : void
buf SWIGTYPE_p_short
len int
Результат void
        public static void switch_swap_linear(SWIGTYPE_p_short buf, int len)
        {
            freeswitchPINVOKE.switch_swap_linear(SWIGTYPE_p_short.getCPtr(buf), len);
        }
freeswitch