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

switch_core_speech_text_param_tts() public static method

public static switch_core_speech_text_param_tts ( switch_speech_handle sh, string param, string val ) : void
sh switch_speech_handle
param string
val string
return void
        public static void switch_core_speech_text_param_tts(switch_speech_handle sh, string param, string val)
        {
            freeswitchPINVOKE.switch_core_speech_text_param_tts(switch_speech_handle.getCPtr(sh), param, val);
        }
freeswitch