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

switch_say_file_handle_destroy() 공개 정적인 메소드

public static switch_say_file_handle_destroy ( SWIGTYPE_p_p_switch_say_file_handle sh ) : void
sh SWIGTYPE_p_p_switch_say_file_handle
리턴 void
        public static void switch_say_file_handle_destroy(SWIGTYPE_p_p_switch_say_file_handle sh)
        {
            freeswitchPINVOKE.switch_say_file_handle_destroy(SWIGTYPE_p_p_switch_say_file_handle.getCPtr(sh));
        }
freeswitch