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

switch_rtp_check_auto_adj() public static method

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