Click or drag to resize
ExtendedSequenceNumberSetState Method
Sets the current state. This method should be used after an error was indicated.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void SetState(
	SequenceState val
)

Parameters

val
Type: StreamCoders.RtpSequenceState
New state of the algorithm.
See Also