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

switch_core_file_get_string() public static method

public static switch_core_file_get_string ( switch_file_handle fh, switch_audio_col_t col, string &arg2 ) : switch_status_t
fh switch_file_handle
col switch_audio_col_t
arg2 string
return switch_status_t
        public static switch_status_t switch_core_file_get_string(switch_file_handle fh, switch_audio_col_t col, ref string arg2)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_file_get_string(switch_file_handle.getCPtr(fh), (int)col, ref arg2);
            return ret;
        }
freeswitch