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

switch_core_file_close() public static method

public static switch_core_file_close ( switch_file_handle fh ) : switch_status_t
fh switch_file_handle
return switch_status_t
        public static switch_status_t switch_core_file_close(switch_file_handle fh)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_file_close(switch_file_handle.getCPtr(fh));
            return ret;
        }
freeswitch