Click or drag to resize
RtpPacket Constructor (ArraySegmentByte)
Constructor taking a fully contained RTP packet to be parsed.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public RtpPacket(
	ArraySegment<byte> segmentData
)

Parameters

segmentData
Type: SystemArraySegmentByte
ArraySegment containing RTP packet to be parsed.
Remarks
Use this constructor to parse incoming RTP packets.
See Also