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