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

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

public static switch_core_speech_feed_tts ( switch_speech_handle sh, string text, SWIGTYPE_p_unsigned_long flags ) : switch_status_t
sh switch_speech_handle
text string
flags SWIGTYPE_p_unsigned_long
Результат switch_status_t
        public static switch_status_t switch_core_speech_feed_tts(switch_speech_handle sh, string text, SWIGTYPE_p_unsigned_long flags)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_speech_feed_tts(switch_speech_handle.getCPtr(sh), text, SWIGTYPE_p_unsigned_long.getCPtr(flags));
            return ret;
        }
freeswitch