FreeSWITCH.Native.freeswitch.switch_resample_destroy C# (CSharp) 메소드

switch_resample_destroy() 공개 정적인 메소드

public static switch_resample_destroy ( SWIGTYPE_p_p_switch_audio_resampler_t resampler ) : void
resampler SWIGTYPE_p_p_switch_audio_resampler_t
리턴 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