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

switch_say_file_handle_detach_path() public static method

public static switch_say_file_handle_detach_path ( SWIGTYPE_p_switch_say_file_handle sh ) : string
sh SWIGTYPE_p_switch_say_file_handle
return string
        public static string switch_say_file_handle_detach_path(SWIGTYPE_p_switch_say_file_handle sh)
        {
            string ret = freeswitchPINVOKE.switch_say_file_handle_detach_path(SWIGTYPE_p_switch_say_file_handle.getCPtr(sh));
            return ret;
        }
freeswitch