ExtendedSequenceNumberWrapArounds Property |
Gets or sets or Sets the WrapArounds property.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public uint WrapArounds { get; set; }
Public Property WrapArounds As UInteger
Get
Set
public:
property unsigned int WrapArounds {
unsigned int get ();
void set (unsigned int value);
}
member WrapArounds : uint32 with get, set
Property Value
Type:
UInt32
Returns the number of times a sequence number has wrapped around it's 16-bit boundaries.
See Also