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

switch_say_file_handle_create() public static method

public static switch_say_file_handle_create ( SWIGTYPE_p_p_switch_say_file_handle sh, string ext, SWIGTYPE_p_p_switch_event var_event ) : switch_status_t
sh SWIGTYPE_p_p_switch_say_file_handle
ext string
var_event SWIGTYPE_p_p_switch_event
return switch_status_t
        public static switch_status_t switch_say_file_handle_create(SWIGTYPE_p_p_switch_say_file_handle sh, string ext, SWIGTYPE_p_p_switch_event var_event)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_say_file_handle_create(SWIGTYPE_p_p_switch_say_file_handle.getCPtr(sh), ext, SWIGTYPE_p_p_switch_event.getCPtr(var_event));
            return ret;
        }
freeswitch