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

switch_core_asr_open() public static method

public static switch_core_asr_open ( switch_asr_handle ah, string module_name, string codec, int rate, string dest, SWIGTYPE_p_unsigned_long flags, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
ah switch_asr_handle
module_name string
codec string
rate int
dest string
flags SWIGTYPE_p_unsigned_long
pool SWIGTYPE_p_apr_pool_t
return switch_status_t
        public static switch_status_t switch_core_asr_open(switch_asr_handle ah, string module_name, string codec, int rate, string dest, SWIGTYPE_p_unsigned_long flags, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_asr_open(switch_asr_handle.getCPtr(ah), module_name, codec, rate, dest, SWIGTYPE_p_unsigned_long.getCPtr(flags), SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch