Click or drag to resize
JitterBufferTAddPacketT1 Method (RtpPacket)
Adds a packet to the jitter. This method will automatically create a frame if one does not already exist and call playoutBufferToUse.UpdateRelativeTimestamp once on the frame object.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual T AddPacket<T1>(
	RtpPacket p
)
where T1 : 

Parameters

p
Type: StreamCoders.RtpRtpPacket
Packet to add.

Type Parameters

T1
Generic type parameter.

Return Value

Type: T
.
See Also