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

switch_ivr_get_say_method_by_name() public static method

public static switch_ivr_get_say_method_by_name ( string name ) : switch_say_method_t
name string
return switch_say_method_t
        public static switch_say_method_t switch_ivr_get_say_method_by_name(string name)
        {
            switch_say_method_t ret = (switch_say_method_t)freeswitchPINVOKE.switch_ivr_get_say_method_by_name(name);
            return ret;
        }
freeswitch