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

switch_ivr_get_file_handle() public static method

public static switch_ivr_get_file_handle ( SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_p_switch_file_handle fh ) : switch_status_t
session SWIGTYPE_p_switch_core_session
fh SWIGTYPE_p_p_switch_file_handle
return switch_status_t
        public static switch_status_t switch_ivr_get_file_handle(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_p_switch_file_handle fh)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_get_file_handle(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_p_switch_file_handle.getCPtr(fh));
            return ret;
        }
freeswitch