Click or drag to resize
SequenceState Enumeration
Indications of the state of the extended sequence number algorithm.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum SequenceState
Members
  Member nameValueDescription
SequenceOk0 Indicates that there were no problems calculating extended sequence numbers.
SequenceEqual1 Indicates that the sequence was either redundant or made a large jump. This is an error state.
SequenceMisordered2 Indicates that a duplicate or misordered sequence number was encountered. This is an error state.
See Also