FreeSWITCH.Native.freeswitch.switch_rtp_get_remote_port C# (CSharp) 메소드

switch_rtp_get_remote_port() 공개 정적인 메소드

public static switch_rtp_get_remote_port ( SWIGTYPE_p_switch_rtp rtp_session ) : ushort
rtp_session SWIGTYPE_p_switch_rtp
리턴 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