Struct LatencySettings
- Namespace
- Coherence.Interpolation
- Assembly
- Coherence.Interpolation.dll
public struct LatencySettings
Fields
Empty
public static readonly LatencySettings Empty
Field Value
additionalLatency
Additional fixed latency added into the total Delay to provide headroom for network jitter, in seconds.
public float additionalLatency
Field Value
default
public static readonly LatencySettings @default
Field Value
networkLatencyFactor
Multiplier for the incoming network latency. A value of 1 will tune Delay to the exact time an incoming sample is expected with zero headroom for network jitter.
public float networkLatencyFactor