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

switch_rtp_set_remote_address() public static method

public static switch_rtp_set_remote_address ( SWIGTYPE_p_switch_rtp rtp_session, string host, ushort port, ushort remote_rtcp_port, switch_bool_t change_adv_addr, string &err ) : switch_status_t
rtp_session SWIGTYPE_p_switch_rtp
host string
port ushort
remote_rtcp_port ushort
change_adv_addr switch_bool_t
err string
return switch_status_t
        public static switch_status_t switch_rtp_set_remote_address(SWIGTYPE_p_switch_rtp rtp_session, string host, ushort port, ushort remote_rtcp_port, switch_bool_t change_adv_addr, ref string err)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_set_remote_address(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), host, port, remote_rtcp_port, (int)change_adv_addr, ref err);
            return ret;
        }
freeswitch