Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h592 SWITCH_DECLARE(switch_status_t) switch_rtp_ack_bitrate(switch_rtp_t *rtp_session, uint32_t bps);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c4959 SWITCH_DECLARE(switch_status_t) switch_rtp_ack_bitrate(switch_rtp_t *rtp_session, uint32_t bps) in switch_rtp_ack_bitrate() function
H A Dswitch_core_media.c12669 switch_rtp_ack_bitrate(v_engine->rtp_session, msg->numeric_arg); in switch_core_media_receive_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14078 …public static switch_status_t switch_rtp_ack_bitrate(SWIGTYPE_p_switch_rtp rtp_session, uint bps) { in switch_rtp_ack_bitrate() method in FreeSWITCH.Native.freeswitch
14079 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_ack_bitrate(SWIGTYPE_p_switch_… in switch_rtp_ack_bitrate()
26199 …public static extern int switch_rtp_ack_bitrate(global::System.Runtime.InteropServices.HandleRef j… in switch_rtp_ack_bitrate() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45832 result = (switch_status_t)switch_rtp_ack_bitrate(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_rtp_ack_bitrate___()