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

switch_say_file_handle_get_variable() 공개 정적인 메소드

public static switch_say_file_handle_get_variable ( SWIGTYPE_p_switch_say_file_handle sh, string var ) : string
sh SWIGTYPE_p_switch_say_file_handle
var string
리턴 string
        public static string switch_say_file_handle_get_variable(SWIGTYPE_p_switch_say_file_handle sh, string var)
        {
            string ret = freeswitchPINVOKE.switch_say_file_handle_get_variable(SWIGTYPE_p_switch_say_file_handle.getCPtr(sh), var);
            return ret;
        }
freeswitch