Home
last modified time | relevance | path

Searched refs:switch_media_type_t (Results 1 – 13 of 13) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_media.h178 static inline const char *switch_media_type2str(switch_media_type_t type) in switch_media_type2str()
205switch_media_type_t type, const char *crypto, int crypto_tag, switch_sdp_type_t sdp_type);
226 switch_io_flag_t flags, int stream_id, switch_media_type_t type);
228 … switch_frame_t *frame, switch_io_flag_t flags, int stream_id, switch_media_type_t type);
255 SWITCH_DECLARE(void) switch_core_media_break(switch_core_session_t *session, switch_media_type_t ty…
256 …LARE(void) switch_core_media_kill_socket(switch_core_session_t *session, switch_media_type_t type);
259 SWITCH_DECLARE(uint8_t) switch_core_media_ready(switch_core_session_t *session, switch_media_type_t
294 switch_media_type_t type,
303 switch_media_type_t type,
324 switch_media_type_t mtype,
[all …]
H A Dswitch_core.h898 …witch_jb_t *) switch_core_session_get_jb(switch_core_session_t *session, switch_media_type_t type);
1321 …ding(switch_core_session_t *session_a, switch_core_session_t *session_b, switch_media_type_t type);
1322 …void) switch_core_session_passthru(switch_core_session_t *session, switch_media_type_t type, switc…
H A Dswitch_types.h1836 } switch_media_type_t; typedef
2661 switch_media_type_t type;
H A Dswitch_module_interfaces.h125 typedef switch_jb_t *(*switch_io_get_jb_t) (switch_core_session_t *, switch_media_type_t);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c116 switch_media_type_t type;
739 switch_media_type_t type, in switch_core_session_get_payload_code()
803 switch_media_type_t type, in switch_core_media_add_payload_map()
1153 switch_media_type_t type, in switch_core_media_build_crypto()
2828 switch_media_type_t type = engine->type; in check_media_timeout_params()
3866 static void clear_ice(switch_core_session_t *session, switch_media_type_t type) in clear_ice()
4614 static const char *media_flow_varname(switch_media_type_t type) in media_flow_varname()
4633 static const char *remote_media_flow_varname(switch_media_type_t type) in remote_media_flow_varname()
12690 switch_media_type_t type = SWITCH_MEDIA_TYPE_AUDIO; in switch_core_media_receive_message()
14395 switch_media_type_t mtype, in switch_core_media_codec_control()
[all …]
H A Dswitch_ivr.c2662 …xml_call_stats(switch_xml_t xml, switch_core_session_t *session, int off, switch_media_type_t type) in switch_ivr_set_xml_call_stats()
3174 …itch_ivr_set_json_call_stats(cJSON *json, switch_core_session_t *session, switch_media_type_t type) in switch_ivr_set_json_call_stats()
H A Dswitch_core_session.c68 …switch_jb_t *) switch_core_session_get_jb(switch_core_session_t *session, switch_media_type_t type) in switch_core_session_get_jb()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c74 …itch_ivr_set_json_call_flaws(cJSON *json, switch_core_session_t *session, switch_media_type_t type) in kz_switch_ivr_set_json_call_flaws()
142 …itch_ivr_set_json_call_stats(cJSON *json, switch_core_session_t *session, switch_media_type_t type) in kz_switch_ivr_set_json_call_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtc/
H A Dmod_rtc.c270 static switch_jb_t *rtc_get_jb(switch_core_session_t *session, switch_media_type_t type) in rtc_get_jb()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx6938 switch_media_type_t arg2 ; in CSharp_FreeSWITCHfNative_payload_map_t_type_set___()
6941 arg2 = (switch_media_type_t)jarg2; in CSharp_FreeSWITCHfNative_payload_map_t_type_set___()
6949 switch_media_type_t result; in CSharp_FreeSWITCHfNative_payload_map_t_type_get___()
6952 result = (switch_media_type_t) ((arg1)->type); in CSharp_FreeSWITCHfNative_payload_map_t_type_get___()
13485 switch_media_type_t arg2 ; in CSharp_FreeSWITCHfNative_switch_core_session_get_jb___()
13489 arg2 = (switch_media_type_t)jarg2; in CSharp_FreeSWITCHfNative_switch_core_session_get_jb___()
14408 switch_media_type_t arg3 ; in CSharp_FreeSWITCHfNative_switch_core_session_transcoding___()
14413 arg3 = (switch_media_type_t)jarg3; in CSharp_FreeSWITCHfNative_switch_core_session_transcoding___()
14422 switch_media_type_t arg2 ; in CSharp_FreeSWITCHfNative_switch_core_session_passthru___()
14426 arg2 = (switch_media_type_t)jarg2; in CSharp_FreeSWITCHfNative_switch_core_session_passthru___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c4505 switch_media_type_t type = SWITCH_MEDIA_TYPE_AUDIO; in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dmod_sofia.c280 static switch_jb_t *sofia_get_jb(switch_core_session_t *session, switch_media_type_t type) in sofia_get_jb()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8522 …jb_s switch_core_session_get_jb(SWIGTYPE_p_switch_core_session session, switch_media_type_t type) { in switch_core_session_get_jb()
8862 …witch_core_session session_a, SWIGTYPE_p_switch_core_session session_b, switch_media_type_t type) { in switch_core_session_transcoding()
8867 …itch_core_session_passthru(SWIGTYPE_p_switch_core_session session, switch_media_type_t type, switc… in switch_core_session_passthru()
28231 public switch_media_type_t type {
28236switch_media_type_t ret = (switch_media_type_t)freeswitchPINVOKE.payload_map_t_type_get(swigCPtr);
41794 public enum switch_media_type_t { enum