Click or drag to resize
SmartJitterBufferTAddPacket Method (RtpPacket)
Adds a packet to the jitter

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void AddPacket(
	RtpPacket packet
)

Parameters

packet
Type: StreamCoders.RtpRtpPacket
The RTP packet to add.
Remarks