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

switch_rtp_get_remote_port() public static method

public static switch_rtp_get_remote_port ( SWIGTYPE_p_switch_rtp rtp_session ) : ushort
rtp_session SWIGTYPE_p_switch_rtp
return ushort
        public static ushort switch_rtp_get_remote_port(SWIGTYPE_p_switch_rtp rtp_session)
        {
            ushort ret = freeswitchPINVOKE.switch_rtp_get_remote_port(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session));
            return ret;
        }
freeswitch