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

switch_rtp_queue_rfc2833_in() public static method

public static switch_rtp_queue_rfc2833_in ( SWIGTYPE_p_switch_rtp rtp_session, switch_dtmf_t dtmf ) : switch_status_t
rtp_session SWIGTYPE_p_switch_rtp
dtmf switch_dtmf_t
return switch_status_t
        public static switch_status_t switch_rtp_queue_rfc2833_in(SWIGTYPE_p_switch_rtp rtp_session, switch_dtmf_t dtmf)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_queue_rfc2833_in(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), switch_dtmf_t.getCPtr(dtmf));
            return ret;
        }
freeswitch