Home
last modified time | relevance | path

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

/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcall_stats.h34 #define LINPHONE_CALL_STATS_AUDIO ((int)LinphoneStreamTypeAudio)
H A Dtypes.h1041 LinphoneStreamTypeAudio, enumerator
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dtester.c682 case LinphoneStreamTypeAudio: in check_ice_from_rtp()
758 check_ice_from_rtp(c1,c2,LinphoneStreamTypeAudio); in check_ice()
759 check_ice_from_rtp(c2,c1,LinphoneStreamTypeAudio); in check_ice()
H A Dcall_single_tester.c1793 linphone_call_params_clear_custom_sdp_media_attributes(params, LinphoneStreamTypeAudio); in call_with_custom_sdp_attributes_cb()
1814 …linphone_call_params_add_custom_sdp_media_attribute(pauline_params, LinphoneStreamTypeAudio, "slee… in call_with_custom_sdp_attributes()
1827 …_call_params_get_custom_sdp_media_attribute(marie_remote_params, LinphoneStreamTypeAudio, "sleepin… in call_with_custom_sdp_attributes()
1836 linphone_call_params_clear_custom_sdp_media_attributes(pauline_params, LinphoneStreamTypeAudio); in call_with_custom_sdp_attributes()
1911 …linphone_call_params_add_custom_sdp_media_attribute(caller_params, LinphoneStreamTypeAudio, "sleep… in call_caller_with_custom_header_or_sdp_attributes()
1972 linphone_call_params_clear_custom_sdp_media_attributes(caller_params, LinphoneStreamTypeAudio); in call_caller_with_custom_header_or_sdp_attributes()
2078 …linphone_call_params_add_custom_sdp_media_attribute(callee_params, LinphoneStreamTypeAudio, "sleep… in call_callee_with_custom_header_or_sdp_attributes()
5692 … == (linphone_call_params_get_custom_sdp_media_attribute(params, LinphoneStreamTypeAudio, "rtcp-mu… in _call_with_rtcp_mux()
5695 … == (linphone_call_params_get_custom_sdp_media_attribute(params, LinphoneStreamTypeAudio, "rtcp-mu… in _call_with_rtcp_mux()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecall.c900 if (params->custom_sdp_media_attributes[LinphoneStreamTypeAudio]) in linphone_call_make_local_media_description()
901 …tes = sal_custom_sdp_attribute_clone(params->custom_sdp_media_attributes[LinphoneStreamTypeAudio]); in linphone_call_make_local_media_description()
2146 …call_params_set_custom_sdp_media_attributes(call->remote_params, LinphoneStreamTypeAudio, md->stre…
2609 case LinphoneStreamTypeAudio:
2657 …pply_jitter_buffer_params(lc, call->audiostream->ms.sessions.rtp_session, LinphoneStreamTypeAudio);
4258 case LinphoneStreamTypeAudio:
4286 if (type == LinphoneStreamTypeAudio) {
4303 return linphone_call_get_stats(call, LinphoneStreamTypeAudio);
4507 if (type == LinphoneStreamTypeAudio) {
4533 report_bandwidth_for_stream(call, as, LinphoneStreamTypeAudio);
H A Dlinphonecore.c7075 case LinphoneStreamTypeAudio: return "LinphoneStreamTypeAudio";