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

switch_rtp_set_local_address() public static method

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