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

switch_core_speech_feed_tts() public static method

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
return 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