~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to oRTP/build/win32native/ortp.def

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-11-15 10:34:50 UTC
  • mfrom: (1.2.1 upstream) (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115103450-qgafwcks2lkhctlj
* New upstream release.
* Enable video support.
* Fix mismatched #endif in mscommon.h, closes: #398307.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LIBRARY ortp
 
2
 
 
3
EXPORTS
 
4
 
 
5
        ortp_init
 
6
        ortp_scheduler_init
 
7
        ortp_exit
 
8
 
 
9
        ortp_get_scheduler
 
10
        ortp_set_log_file
 
11
        ortp_set_log_level_mask
 
12
        ortp_logv_out
 
13
        ortp_set_log_handler
 
14
        ortp_strdup_printf
 
15
        ortp_logv
 
16
        
 
17
        ortp_get_global_stats
 
18
        ortp_global_stats_display
 
19
        
 
20
        session_set_new
 
21
        session_set_select
 
22
        session_set_destroy
 
23
        
 
24
        rtp_stats_display
 
25
        rtp_session_get_stats
 
26
        
 
27
        rtp_session_init
 
28
        rtp_session_new
 
29
        
 
30
        rtp_session_set_scheduling_mode
 
31
        rtp_session_set_blocking_mode
 
32
        rtp_session_set_profile
 
33
        rtp_session_get_profile
 
34
        rtp_session_set_data
 
35
 
 
36
        rtp_session_signal_connect
 
37
        rtp_session_signal_disconnect_by_callback
 
38
        rtp_session_set_ssrc
 
39
        rtp_session_set_seq_number
 
40
        rtp_session_get_seq_number
 
41
        rtp_session_set_jitter_compensation
 
42
        rtp_session_set_local_addr
 
43
        rtp_session_set_remote_addr
 
44
        rtp_session_enable_adaptive_jitter_compensation
 
45
        rtp_session_set_recv_buf_size
 
46
 
 
47
        rtp_session_send_with_ts
 
48
        rtp_session_sendm_with_ts
 
49
 
 
50
        rtp_session_set_sockets
 
51
        rtp_session_get_rtp_socket
 
52
        rtp_session_get_rtcp_socket
 
53
 
 
54
        rtp_session_set_payload_type
 
55
        rtp_session_set_send_payload_type
 
56
        rtp_session_get_send_payload_type
 
57
        rtp_session_set_recv_payload_type
 
58
        rtp_session_get_recv_payload_type
 
59
 
 
60
        rtp_session_recv_with_ts
 
61
        rtp_session_recvm_with_ts
 
62
        rtp_session_create_packet
 
63
        
 
64
        rtp_session_get_current_send_ts
 
65
        rtp_session_get_current_recv_ts
 
66
        rtp_session_reset
 
67
        rtp_session_uninit
 
68
        rtp_session_destroy
 
69
 
 
70
        rtp_add_csrc
 
71
 
 
72
        rtp_session_send_dtmf
 
73
        
 
74
        rtp_session_set_source_description
 
75
        rtp_session_set_symmetric_rtp
 
76
        
 
77
        rtp_profile_new
 
78
        rtp_profile_set_payload
 
79
        rtp_profile_clone_full
 
80
        rtp_profile_destroy
 
81
        
 
82
        payload_type_set_send_fmtp
 
83
        payload_type_clone
 
84
        fmtp_get_value
 
85
        
 
86
        ortp_free
 
87
        ortp_malloc
 
88
        ortp_strdup
 
89
        ortp_realloc
 
90
        ortp_malloc0
 
91
        freemsg
 
92
        dupmsg
 
93
 
 
94
    allocb
 
95
    getq
 
96
    putq
 
97
    msgpullup
 
98
    qinit
 
99
    flushq
 
100
    msgdsize
 
101
    peekq
 
102
    freeb
 
103
    dupb
 
104
    concatb
 
105
    
 
106
    WIN_thread_create
 
107
    WIN_thread_join
 
108
    WIN_cond_init
 
109
    WIN_mutex_init
 
110
    WIN_mutex_unlock
 
111
    WIN_cond_wait
 
112
    WIN_mutex_lock
 
113
    WIN_cond_destroy
 
114
    WIN_mutex_destroy
 
115
    WIN_cond_signal
 
116
    
 
117
    __ortp_log_mask
 
118
 
 
119
        rtp_session_register_event_queue
 
120
        rtp_session_unregister_event_queue
 
121
        ortp_ev_queue_new
 
122
        ortp_ev_queue_flush
 
123
        ortp_ev_queue_get
 
124
        ortp_ev_queue_destroy
 
125
    ortp_event_get_type
 
126
    ortp_event_get_data
 
127
    ortp_event_destroy
 
128
    
 
129
    stunParseHostName
 
130
    stunParseServerName
 
131
    sendMessage
 
132
    stunEncodeMessage
 
133
    stunBuildReqSimple
 
134
    stunParseMessage
 
135
    stunServerProcessMsg
 
136
    stunNatType
 
137
    stunTest
 
138
    stunOpenSocket
 
139
    stunOpenSocketPair
 
140
    
 
141
    getWinSocketError