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

switch_rtp_intentional_bugs() public static method

public static switch_rtp_intentional_bugs ( SWIGTYPE_p_switch_rtp rtp_session, switch_rtp_bug_flag_t bugs ) : void
rtp_session SWIGTYPE_p_switch_rtp
bugs switch_rtp_bug_flag_t
return void
        public static void switch_rtp_intentional_bugs(SWIGTYPE_p_switch_rtp rtp_session, switch_rtp_bug_flag_t bugs)
        {
            freeswitchPINVOKE.switch_rtp_intentional_bugs(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), (int)bugs);
        }
freeswitch