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

switch_rtp_get_remote_host() 공개 정적인 메소드

public static switch_rtp_get_remote_host ( SWIGTYPE_p_switch_rtp rtp_session ) : string
rtp_session SWIGTYPE_p_switch_rtp
리턴 string
        public static string switch_rtp_get_remote_host(SWIGTYPE_p_switch_rtp rtp_session)
        {
            string ret = freeswitchPINVOKE.switch_rtp_get_remote_host(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session));
            return ret;
        }
freeswitch