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

switch_core_speech_read_tts() public static method

public static switch_core_speech_read_tts ( switch_speech_handle sh, SWIGTYPE_p_void data, SWIGTYPE_p_switch_size_t datalen, SWIGTYPE_p_unsigned_long flags ) : switch_status_t
sh switch_speech_handle
data SWIGTYPE_p_void
datalen SWIGTYPE_p_switch_size_t
flags SWIGTYPE_p_unsigned_long
return switch_status_t
        public static switch_status_t switch_core_speech_read_tts(switch_speech_handle sh, SWIGTYPE_p_void data, SWIGTYPE_p_switch_size_t datalen, SWIGTYPE_p_unsigned_long flags)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_speech_read_tts(switch_speech_handle.getCPtr(sh), SWIGTYPE_p_void.getCPtr(data), SWIGTYPE_p_switch_size_t.getCPtr(datalen), SWIGTYPE_p_unsigned_long.getCPtr(flags));
            return ret;
        }
freeswitch