Click or drag to resize
RtpFramePeek Method
Allows to peek at the first packet in the queue. The packet will not be removed.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual RtpPacket Peek(
	int packetNumber = 0
)

Parameters

packetNumber (Optional)
Type: SystemInt32
(optional) The packet number to peek at.

Return Value

Type: RtpPacket
The current top-of-stack object.
See Also