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

switch_rtp_pause_jitter_buffer() public static method

public static switch_rtp_pause_jitter_buffer ( SWIGTYPE_p_switch_rtp rtp_session, switch_bool_t pause ) : switch_status_t
rtp_session SWIGTYPE_p_switch_rtp
pause switch_bool_t
return switch_status_t
        public static switch_status_t switch_rtp_pause_jitter_buffer(SWIGTYPE_p_switch_rtp rtp_session, switch_bool_t pause)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_pause_jitter_buffer(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), (int)pause);
            return ret;
        }
freeswitch