Changeset 487:4e7dccda6ec9 in mediastreamer2
- Timestamp:
- Jun 4, 2009 7:14:48 PM (4 years ago)
- Branch:
- default
- Location:
- linphone/oRTP/build
- Files:
-
- 2 edited
-
win32native/ortp.def (modified) (1 diff)
-
wince/ortp.def (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/oRTP/build/win32native/ortp.def
r301 r487 158 158 rtp_session_compute_send_bandwidth 159 159 rtcp_next_packet 160 rtcp_is_SDES 160 161 rtcp_sdes_parse 161 rtcp_is_SDES 162 rtcp_is_SR 163 rtcp_SR_get_ssrc 162 164 rtcp_SR_get_report_block 163 rtcp_ is_SR165 rtcp_SR_get_sender_info 164 166 rtcp_is_RR 167 rtcp_RR_get_ssrc 168 rtcp_RR_get_report_block 169 rtcp_is_BYE 170 rtcp_BYE_get_ssrc 171 rtcp_BYE_get_reason 172 rtcp_is_APP 173 rtcp_APP_get_subtype 174 rtcp_APP_get_ssrc 175 rtcp_APP_get_name 176 rtcp_APP_get_data 165 177 rtp_session_flush_sockets 166 178 rtp_session_resync -
linphone/oRTP/build/wince/ortp.def
r137 r487 93 93 dupmsg 94 94 95 allocb 96 getq 97 putq 98 msgpullup 99 qinit 100 flushq 101 msgdsize 102 peekq 103 freeb 104 dupb 105 concatb 106 95 allocb 96 getq 97 putq 98 msgpullup 99 qinit 100 flushq 101 msgdsize 102 peekq 103 freeb 104 dupb 105 concatb 106 esballoc 107 107 108 WIN_thread_create 108 109 WIN_thread_join … … 124 125 ortp_ev_queue_get 125 126 ortp_ev_queue_destroy 126 ortp_event_get_type 127 ortp_event_get_data 128 ortp_event_destroy 129 130 stunParseHostName 131 stunParseServerName 132 sendMessage 133 stunEncodeMessage 134 stunBuildReqSimple 135 stunParseMessage 136 stunServerProcessMsg 137 stunNatType 138 stunTest 139 stunOpenSocket 140 stunOpenSocketPair 141 142 getWinSocketError 127 ortp_event_get_type 128 ortp_event_get_data 129 ortp_event_destroy 130 131 stunParseHostName 132 stunParseServerName 133 sendMessage 134 stunEncodeMessage 135 stunBuildReqSimple 136 stunParseMessage 137 stunServerProcessMsg 138 stunNatType 139 stunTest 140 stunOpenSocket 141 stunOpenSocketPair 142 stunCalculateIntegrity_shortterm 143 stunCalculateIntegrity_longterm 144 stunCalculateFingerprint 145 146 getWinSocketError 147 143 148 144 149 rtp_session_set_dscp 145 esballoc146 147 rtp_session_flush_sockets148 rtp_session_resync149 rtp_session_set_remote_addr_and_port150 rtp_session_resync151 rtp_session_set_time_jump_limit152 153 copymsg154 rtp_session_enable_jitter_buffer155 156 150 rtp_session_compute_recv_bandwidth 157 151 rtp_session_compute_send_bandwidth 152 rtcp_next_packet 153 rtcp_is_SDES 154 rtcp_sdes_parse 155 rtcp_is_SR 156 rtcp_SR_get_ssrc 157 rtcp_SR_get_report_block 158 rtcp_SR_get_sender_info 159 rtcp_is_RR 160 rtcp_RR_get_ssrc 161 rtcp_RR_get_report_block 162 rtcp_is_BYE 163 rtcp_BYE_get_ssrc 164 rtcp_BYE_get_reason 165 rtcp_is_APP 166 rtcp_APP_get_subtype 167 rtcp_APP_get_ssrc 168 rtcp_APP_get_name 169 rtcp_APP_get_data 170 rtp_session_flush_sockets 171 rtp_session_resync 172 rtp_session_set_remote_addr_and_port 173 rtp_session_set_time_jump_limit 174 175 copymsg 176 rtp_session_enable_jitter_buffer 158 177 159 178 rtp_session_set_rtp_socket_recv_buffer_size … … 162 181 163 182 rtp_get_payload 183 164 184 rtp_session_set_remote_addr_full 185 rtp_session_send_rtcp_APP 165 186 b64_decode 166 rtp_session_send_rtcp_APP 187 b64_encode 188 189 payload_type_set_recv_fmtp 190 rtp_session_get_local_port 191 rtp_session_get_jitter_buffer_params 192 167 193 copyb 194 turnAllocateSocketPair
Note: See TracChangeset
for help on using the changeset viewer.
