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

switch_merge_sln() public static method

public static switch_merge_sln ( SWIGTYPE_p_short data, uint samples, SWIGTYPE_p_short other_data, uint other_samples ) : uint
data SWIGTYPE_p_short
samples uint
other_data SWIGTYPE_p_short
other_samples uint
return uint
        public static uint switch_merge_sln(SWIGTYPE_p_short data, uint samples, SWIGTYPE_p_short other_data, uint other_samples)
        {
            uint ret = freeswitchPINVOKE.switch_merge_sln(SWIGTYPE_p_short.getCPtr(data), samples, SWIGTYPE_p_short.getCPtr(other_data), other_samples);
            return ret;
        }
freeswitch