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