FreeSWITCH.Native.freeswitch.switch_rtp_set_max_missed_packets C# (CSharp) Метод

switch_rtp_set_max_missed_packets() публичный статический Метод

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
Результат 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