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