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

switch_rtp_set_max_missed_packets() public static method

public static switch_rtp_set_max_missed_packets ( SWIGTYPE_p_switch_rtp rtp_session, uint max ) : void
rtp_session SWIGTYPE_p_switch_rtp
max uint
return void
        public static void switch_rtp_set_max_missed_packets(SWIGTYPE_p_switch_rtp rtp_session, uint max)
        {
            freeswitchPINVOKE.switch_rtp_set_max_missed_packets(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), max);
        }
freeswitch