Click or drag to resize
RtpPacket Constructor (Byte)
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(
	byte[] data
)

Parameters

data
Type: SystemByte
Array containg RTP packet to be parsed.
Remarks
Use this constructor to parse incoming RTP packets.
See Also