FreeSWITCH.Native.freeswitch.switch_rtp_dequeue_dtmf C# (CSharp) Метод

switch_rtp_dequeue_dtmf() публичный статический Метод

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
Результат 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