ExtendedSequenceNumberSetState Method |
Sets the current state. This method should be used after an error was indicated.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void SetState(
SequenceState val
)
Public Sub SetState (
val As SequenceState
)
public:
void SetState(
SequenceState val
)
member SetState :
val : SequenceState -> unit
Parameters
- val
- Type: StreamCoders.RtpSequenceState
New state of the algorithm.
See Also