Show / Hide Table of Contents

Class TimestampPair

Inheritance
System.Object
TimestampPair
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class TimestampPair

Properties

| Improve this Doc View Source

NtpTimestamp

Declaration
public ulong NtpTimestamp { get; set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

RtpTimestamp

Declaration
public uint RtpTimestamp { get; set; }
Property Value
Type Description
System.UInt32

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX