Click or drag to resize
PlayoutBufferUpdateFromInitialPacket Method
Updates the initial configuration of the playout buffer from an initially received packet so that relative timestamps can be calculated. This is a last resort when no other synchronization information is present.

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

Parameters

packet
Type: StreamCoders.RtpRtpPacket
Packet to use for initial configuration
See Also