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

switch_rtp_udptl_mode() public static method

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