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

switch_rtp_dequeue_dtmf() public static method

public static switch_rtp_dequeue_dtmf ( SWIGTYPE_p_switch_rtp rtp_session, switch_dtmf_t dtmf ) : SWIGTYPE_p_switch_size_t
rtp_session SWIGTYPE_p_switch_rtp
dtmf switch_dtmf_t
return SWIGTYPE_p_switch_size_t
        public static SWIGTYPE_p_switch_size_t switch_rtp_dequeue_dtmf(SWIGTYPE_p_switch_rtp rtp_session, switch_dtmf_t dtmf)
        {
            SWIGTYPE_p_switch_size_t ret = new SWIGTYPE_p_switch_size_t(freeswitchPINVOKE.switch_rtp_dequeue_dtmf(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), switch_dtmf_t.getCPtr(dtmf)), true);
            return ret;
        }
freeswitch