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

switch_channel_process_export() public static method

public static switch_channel_process_export ( SWIGTYPE_p_switch_channel channel, SWIGTYPE_p_switch_channel peer_channel, switch_event var_event, string export_varname ) : void
channel SWIGTYPE_p_switch_channel
peer_channel SWIGTYPE_p_switch_channel
var_event switch_event
export_varname string
return void
        public static void switch_channel_process_export(SWIGTYPE_p_switch_channel channel, SWIGTYPE_p_switch_channel peer_channel, switch_event var_event, string export_varname)
        {
            freeswitchPINVOKE.switch_channel_process_export(SWIGTYPE_p_switch_channel.getCPtr(channel), SWIGTYPE_p_switch_channel.getCPtr(peer_channel), switch_event.getCPtr(var_event), export_varname);
        }
freeswitch