Delegate RtpPacketReceivedDelegate
Delegate type for the RtpPacketReceived event of the RtpChannel class.
Namespace: SipLib.Rtp
Assembly: SipLib.dll
Syntax
public delegate void RtpPacketReceivedDelegate(RtpPacket rtpPacket)
Parameters
Type | Name | Description |
---|---|---|
RtpPacket | rtpPacket | Contains the un-encrypted RtpPacket that was received |