Delegate RtpSendDelegate
Delegate type for a function that sends an RTP packet. Used for the H264RtpSender class when an RTP packet needs to be sent.
Namespace: SipLib.Video
Assembly: SipLib.dll
Syntax
public delegate void RtpSendDelegate(RtpPacket rtpPckt)
Parameters
Type | Name | Description |
---|---|---|
RtpPacket | rtpPckt | RTP packet to send |