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

switch_resample_destroy() public static method

public static switch_resample_destroy ( SWIGTYPE_p_p_switch_audio_resampler_t resampler ) : void
resampler SWIGTYPE_p_p_switch_audio_resampler_t
return void
        public static void switch_resample_destroy(SWIGTYPE_p_p_switch_audio_resampler_t resampler)
        {
            freeswitchPINVOKE.switch_resample_destroy(SWIGTYPE_p_p_switch_audio_resampler_t.getCPtr(resampler));
        }
freeswitch