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

switch_core_speech_open() public static method

public static switch_core_speech_open ( switch_speech_handle sh, string module_name, string voice_name, uint rate, uint interval, SWIGTYPE_p_unsigned_long flags, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
sh switch_speech_handle
module_name string
voice_name string
rate uint
interval uint
flags SWIGTYPE_p_unsigned_long
pool SWIGTYPE_p_apr_pool_t
return switch_status_t
        public static switch_status_t switch_core_speech_open(switch_speech_handle sh, string module_name, string voice_name, uint rate, uint interval, SWIGTYPE_p_unsigned_long flags, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_speech_open(switch_speech_handle.getCPtr(sh), module_name, voice_name, rate, interval, SWIGTYPE_p_unsigned_long.getCPtr(flags), SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch