Home
last modified time | relevance | path

Searched refs:switch_core_session_set_write_impl (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_codec.c384 SWITCH_DECLARE(switch_status_t) switch_core_session_set_write_impl(switch_core_session_t *session, … in switch_core_session_set_write_impl() function
H A Dswitch_core_media.c3817 switch_core_session_set_write_impl(session, a_engine->write_codec.implementation); in switch_core_media_set_codec()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h1349 SWITCH_DECLARE(switch_status_t) switch_core_session_set_write_impl(switch_core_session_t *session, …
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.c615 switch_core_session_set_write_impl(tech_pvt->session, tech_pvt->write_codec.implementation); in skinny_tech_set_codec()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8891 …public static switch_status_t switch_core_session_set_write_impl(SWIGTYPE_p_switch_core_session se… in switch_core_session_set_write_impl() method in FreeSWITCH.Native.freeswitch
8892 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_set_write_impl(SWIGTY… in switch_core_session_set_write_impl()
18822 …public static extern int switch_core_session_set_write_impl(global::System.Runtime.InteropServices… in switch_core_session_set_write_impl() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx14508 …result = (switch_status_t)switch_core_session_set_write_impl(arg1,(switch_codec_implementation con… in CSharp_FreeSWITCHfNative_switch_core_session_set_write_impl___()