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

switch_ivr_speak_text_handle() public static method

public static switch_ivr_speak_text_handle ( SWIGTYPE_p_switch_core_session session, switch_speech_handle sh, switch_codec codec, switch_timer timer, string text, switch_input_args_t args ) : switch_status_t
session SWIGTYPE_p_switch_core_session
sh switch_speech_handle
codec switch_codec
timer switch_timer
text string
args switch_input_args_t
return switch_status_t
        public static switch_status_t switch_ivr_speak_text_handle(SWIGTYPE_p_switch_core_session session, switch_speech_handle sh, switch_codec codec, switch_timer timer, string text, switch_input_args_t args)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_speak_text_handle(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_speech_handle.getCPtr(sh), switch_codec.getCPtr(codec), switch_timer.getCPtr(timer), text, switch_input_args_t.getCPtr(args));
            return ret;
        }
freeswitch