Class SynchronizeContext
A stream synchronization context.
Inheritance
System.Object
SynchronizeContext
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: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class SynchronizeContext
Constructors
SynchronizeContext(Int64)
Initializes a new instance of the SynchronizeContext class.
Declaration
public SynchronizeContext(long systemTimestamp)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | systemTimestamp | The system timestamp. |
SynchronizeContext(Int64, Int64)
Initializes a new instance of the SynchronizeContext class.
Declaration
[Obsolete("Use SynchronizeContext(systemTimestamp) instead.")]
public SynchronizeContext(long ntpTimestampTicks, long systemTimestamp)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | ntpTimestampTicks | The NTP timestamp ticks. |
System.Int64 | systemTimestamp | The system timestamp. |
Properties
NtpTimestampTicks
Gets or sets the NTP timestamp ticks.
Declaration
[Obsolete("Use SystemTimestamp instead.")]
public long NtpTimestampTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
SystemTimestamp
Gets or sets the system timestamp. Uses a clock known only to the remote sender, but consistent across synchronized streams.
Declaration
public long SystemTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |