mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
534 B
26 lines
534 B
LIBRARY RRCM
|
|
|
|
SECTIONS
|
|
|
|
EXPORTS
|
|
; only exports that are not defined in the rtp directory
|
|
|
|
; CloseRTPSession @1
|
|
; CreateRTPSession @2
|
|
; RTCPSendSessionCtrl @4
|
|
; RTCPThreadCtrl @5
|
|
; RTPRecvFrom @6
|
|
; RTPSendTo @7
|
|
; addApplicationRtcpBfr @8
|
|
; getAnSSRC @9
|
|
; removeApplicationRtcpBfr @10
|
|
; updateRTCPDestinationAddress @11
|
|
; updateSSRCentry @12
|
|
RTCPReportRequest @13 ; used by ICA
|
|
getRtcpSessionList @14 ; used by ICA
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|
|
|