diff --git a/linphone/oRTP/build/win32native/ortp.def b/linphone/oRTP/build/win32native/ortp.def index d7f829f0b..98486cad6 100755 --- a/linphone/oRTP/build/win32native/ortp.def +++ b/linphone/oRTP/build/win32native/ortp.def @@ -157,11 +157,23 @@ EXPORTS rtp_session_compute_recv_bandwidth rtp_session_compute_send_bandwidth rtcp_next_packet - rtcp_sdes_parse rtcp_is_SDES - rtcp_SR_get_report_block + rtcp_sdes_parse rtcp_is_SR + rtcp_SR_get_ssrc + rtcp_SR_get_report_block + rtcp_SR_get_sender_info rtcp_is_RR + rtcp_RR_get_ssrc + rtcp_RR_get_report_block + rtcp_is_BYE + rtcp_BYE_get_ssrc + rtcp_BYE_get_reason + rtcp_is_APP + rtcp_APP_get_subtype + rtcp_APP_get_ssrc + rtcp_APP_get_name + rtcp_APP_get_data rtp_session_flush_sockets rtp_session_resync rtp_session_set_remote_addr_and_port diff --git a/linphone/oRTP/build/wince/ortp.def b/linphone/oRTP/build/wince/ortp.def index 933679c30..39f4f32bb 100644 --- a/linphone/oRTP/build/wince/ortp.def +++ b/linphone/oRTP/build/wince/ortp.def @@ -84,26 +84,27 @@ EXPORTS payload_type_clone fmtp_get_value - ortp_free - ortp_malloc - ortp_strdup - ortp_realloc - ortp_malloc0 - freemsg + ortp_free + ortp_malloc + ortp_strdup + ortp_realloc + ortp_malloc0 + freemsg dupmsg - allocb - getq - putq - msgpullup - qinit - flushq - msgdsize - peekq - freeb - dupb - concatb - + allocb + getq + putq + msgpullup + qinit + flushq + msgdsize + peekq + freeb + dupb + concatb + esballoc + WIN_thread_create WIN_thread_join WIN_cond_init @@ -117,51 +118,77 @@ EXPORTS __ortp_log_mask - rtp_session_register_event_queue - rtp_session_unregister_event_queue - ortp_ev_queue_new - ortp_ev_queue_flush - ortp_ev_queue_get - ortp_ev_queue_destroy - ortp_event_get_type - ortp_event_get_data - ortp_event_destroy - - stunParseHostName - stunParseServerName - sendMessage - stunEncodeMessage - stunBuildReqSimple - stunParseMessage - stunServerProcessMsg - stunNatType - stunTest - stunOpenSocket - stunOpenSocketPair - - getWinSocketError + rtp_session_register_event_queue + rtp_session_unregister_event_queue + ortp_ev_queue_new + ortp_ev_queue_flush + ortp_ev_queue_get + ortp_ev_queue_destroy + ortp_event_get_type + ortp_event_get_data + ortp_event_destroy + + stunParseHostName + stunParseServerName + sendMessage + stunEncodeMessage + stunBuildReqSimple + stunParseMessage + stunServerProcessMsg + stunNatType + stunTest + stunOpenSocket + stunOpenSocketPair + stunCalculateIntegrity_shortterm + stunCalculateIntegrity_longterm + stunCalculateFingerprint + + getWinSocketError + rtp_session_set_dscp - esballoc - - rtp_session_flush_sockets - rtp_session_resync - rtp_session_set_remote_addr_and_port - rtp_session_resync - rtp_session_set_time_jump_limit - - copymsg - rtp_session_enable_jitter_buffer - rtp_session_compute_recv_bandwidth rtp_session_compute_send_bandwidth + rtcp_next_packet + rtcp_is_SDES + rtcp_sdes_parse + rtcp_is_SR + rtcp_SR_get_ssrc + rtcp_SR_get_report_block + rtcp_SR_get_sender_info + rtcp_is_RR + rtcp_RR_get_ssrc + rtcp_RR_get_report_block + rtcp_is_BYE + rtcp_BYE_get_ssrc + rtcp_BYE_get_reason + rtcp_is_APP + rtcp_APP_get_subtype + rtcp_APP_get_ssrc + rtcp_APP_get_name + rtcp_APP_get_data + rtp_session_flush_sockets + rtp_session_resync + rtp_session_set_remote_addr_and_port + rtp_session_set_time_jump_limit - rtp_session_set_rtp_socket_recv_buffer_size - rtp_session_set_rtp_socket_send_buffer_size - rtp_session_set_jitter_buffer_params - - rtp_get_payload - rtp_session_set_remote_addr_full - b64_decode - rtp_session_send_rtcp_APP - copyb + copymsg + rtp_session_enable_jitter_buffer + + rtp_session_set_rtp_socket_recv_buffer_size + rtp_session_set_rtp_socket_send_buffer_size + rtp_session_set_jitter_buffer_params + + rtp_get_payload + + rtp_session_set_remote_addr_full + rtp_session_send_rtcp_APP + b64_decode + b64_encode + + payload_type_set_recv_fmtp + rtp_session_get_local_port + rtp_session_get_jitter_buffer_params + + copyb + turnAllocateSocketPair