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

switch_core_asr_float_param() public static method

public static switch_core_asr_float_param ( switch_asr_handle ah, string param, double val ) : void
ah switch_asr_handle
param string
val double
return void
        public static void switch_core_asr_float_param(switch_asr_handle ah, string param, double val)
        {
            freeswitchPINVOKE.switch_core_asr_float_param(switch_asr_handle.getCPtr(ah), param, val);
        }
freeswitch