Click or drag to resize
SmartJitterBufferTAddPacketT1 Method (RtpPacket)
Addds 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<T1>(
	RtpPacket packet
)
where T1 : new(), RtpFrame

Parameters

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

Type Parameters

T1
The type of RtpFrame to instantiate
See Also