SequenceState Enumeration |
Indications of the state of the extended sequence number algorithm.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic enum SequenceState
Public Enumeration SequenceState
public enum class SequenceState
Members
| Member name | Value | Description |
---|
| SequenceOk | 0 |
Indicates that there were no problems calculating extended sequence numbers.
|
| SequenceEqual | 1 |
Indicates that the sequence was either redundant or made a large jump. This is an error state.
|
| SequenceMisordered | 2 |
Indicates that a duplicate or misordered sequence number was encountered. This is an error state.
|
See Also