Click or drag to resize
ParticipantReceiverInformationUpdate Method (RtpPacket)
Updates the given packet.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Update(
	RtpPacket packet
)

Parameters

packet
Type: StreamCoders.RtpRtpPacket
The packet.
See Also