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

switch_say_file_handle_destroy() public static method

public static switch_say_file_handle_destroy ( SWIGTYPE_p_p_switch_say_file_handle sh ) : void
sh SWIGTYPE_p_p_switch_say_file_handle
return 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