Home
last modified time | relevance | path

Searched refs:switch_rtp_write_raw (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h541 SWITCH_DECLARE(switch_status_t) switch_rtp_write_raw(switch_rtp_t *rtp_session, void *data, switch_…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c6562 switch_rtp_write_raw(rtp_session, (void *) send_msg, &bytes, SWITCH_FALSE); in handle_nack()
6588 switch_rtp_write_raw(rtp_session, (void *) &send_msg, &bytes, SWITCH_FALSE); in handle_nack()
9127 …if (switch_rtp_write_raw(rtp_session, (void *) &rtp_session->write_msg, &bytes, SWITCH_TRUE) != SW… in switch_rtp_write_manual()
9149 SWITCH_DECLARE(switch_status_t) switch_rtp_write_raw(switch_rtp_t *rtp_session, void *data, switch_… in switch_rtp_write_raw() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13997 …public static switch_status_t switch_rtp_write_raw(SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_v… in switch_rtp_write_raw() method in FreeSWITCH.Native.freeswitch
13998 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_write_raw(SWIGTYPE_p_switch_rt… in switch_rtp_write_raw()
26148 …public static extern int switch_rtp_write_raw(global::System.Runtime.InteropServices.HandleRef jar… in switch_rtp_write_raw() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45622 result = (switch_status_t)switch_rtp_write_raw(arg1,arg2,arg3,arg4); in CSharp_FreeSWITCHfNative_switch_rtp_write_raw___()