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

switch_stream_write_file_contents() public static method

public static switch_stream_write_file_contents ( switch_stream_handle stream, string path ) : switch_status_t
stream switch_stream_handle
path string
return switch_status_t
        public static switch_status_t switch_stream_write_file_contents(switch_stream_handle stream, string path)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_stream_write_file_contents(switch_stream_handle.getCPtr(stream), path);
            return ret;
        }
freeswitch