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

switch_resample_process() public static method

public static switch_resample_process ( switch_audio_resampler_t resampler, SWIGTYPE_p_short src, uint srclen ) : uint
resampler switch_audio_resampler_t
src SWIGTYPE_p_short
srclen uint
return uint
        public static uint switch_resample_process(switch_audio_resampler_t resampler, SWIGTYPE_p_short src, uint srclen)
        {
            uint ret = freeswitchPINVOKE.switch_resample_process(switch_audio_resampler_t.getCPtr(resampler), SWIGTYPE_p_short.getCPtr(src), srclen);
            return ret;
        }
freeswitch