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

switch_rtp_debug_jitter_buffer() public static method

public static switch_rtp_debug_jitter_buffer ( SWIGTYPE_p_switch_rtp rtp_session, string name ) : switch_status_t
rtp_session SWIGTYPE_p_switch_rtp
name string
return switch_status_t
        public static switch_status_t switch_rtp_debug_jitter_buffer(SWIGTYPE_p_switch_rtp rtp_session, string name)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_debug_jitter_buffer(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), name);
            return ret;
        }
freeswitch