NumberOfSamplesToStayBehind
property in Coherence.Interpolation.SplineInterpolator
Properties
public override int NumberOfSamplesToStayBehind { get; }
Number of leading samples required for this interpolation method, added to InterpolationSettings.Delay. Linear interpolation requires one sample ahead (and one behind) to produce valid results while splines require two samples ahead and behind. The default Interpolator requires no samples ahead or behind because since it simply applies the most recent sample with no blending.
Property Value
Type | Description |
---|---|
int |