ExtendedSequenceNumberGetNextSequenceNumber Method |
Gets the next sequence number.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint GetNextSequenceNumber(
ushort seq
)
Public Function GetNextSequenceNumber (
seq As UShort
) As UInteger
public:
unsigned int GetNextSequenceNumber(
unsigned short seq
)
member GetNextSequenceNumber :
seq : uint16 -> uint32
Parameters
- seq
- Type: SystemUInt16
The sequence.
Return Value
Type:
UInt32
The next sequence number.
See Also