Home
last modified time | relevance | path

Searched refs:switch_rtp_set_cng_pt (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h570 SWITCH_DECLARE(void) switch_rtp_set_cng_pt(switch_rtp_t *rtp_session, switch_payload_t pt);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c5517 switch_rtp_set_cng_pt(a_engine->rtp_session, cng_pt); in switch_core_media_negotiate_sdp()
5864 switch_rtp_set_cng_pt(a_engine->rtp_session, cng_pt); in switch_core_media_negotiate_sdp()
9012 switch_rtp_set_cng_pt(a_engine->rtp_session, smh->mparams->cng_pt); in switch_core_media_activate_rtp()
H A Dswitch_rtp.c4625 SWITCH_DECLARE(void) switch_rtp_set_cng_pt(switch_rtp_t *rtp_session, switch_payload_t pt) in switch_rtp_set_cng_pt() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14019 public static void switch_rtp_set_cng_pt(SWIGTYPE_p_switch_rtp rtp_session, byte pt) { in switch_rtp_set_cng_pt() method in FreeSWITCH.Native.freeswitch
14020 freeswitchPINVOKE.switch_rtp_set_cng_pt(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), pt); in switch_rtp_set_cng_pt()
26163 …public static extern void switch_rtp_set_cng_pt(global::System.Runtime.InteropServices.HandleRef j… in switch_rtp_set_cng_pt() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45676 switch_rtp_set_cng_pt(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_rtp_set_cng_pt___()