FreeSWITCH.Native.freeswitch.switch_say_file_handle_get_path C# (CSharp) Метод

switch_say_file_handle_get_path() публичный статический Метод

public static switch_say_file_handle_get_path ( SWIGTYPE_p_switch_say_file_handle sh ) : string
sh SWIGTYPE_p_switch_say_file_handle
Результат string
        public static string switch_say_file_handle_get_path(SWIGTYPE_p_switch_say_file_handle sh)
        {
            string ret = freeswitchPINVOKE.switch_say_file_handle_get_path(SWIGTYPE_p_switch_say_file_handle.getCPtr(sh));
            return ret;
        }
freeswitch