windows-nt/Source/XPSP1/NT/enduser/netmeeting/av/rrcm/rrcm.def
2020-09-26 16:20:57 +08:00

26 lines
534 B
Modula-2
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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