The TimelineUtils type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BuildDeltaFilter<(Of <<'(T>)>>) |
Filters timeline value sends based on whether or not the value has changed by a fixed amount
| |
| BuildDeltaRateFilter<(Of <<'(T>)>>) |
Filters timeline value sends based on extrapolation, but also forces a send
periodically even if the value has not changed
| |
| BuildExtrapolatedDeltaFilter<(Of <<'(T>)>>) |
Filters timeline value sends based on extrapolation
| |
| BuildLinearExtrapolator<(Of <<'(T>)>>) |
Builder for linear extrapolation function
| |
| BuildLinearInterpolator<(Of <<'(T>)>>) |
Builder for linear interpolation function
| |
| BuildQuadraticExtrapolator<(Of <<'(T>)>>) |
Builder for quadratic extrapolation function
| |
| BuildQuadraticInterpolator<(Of <<'(T>)>>) |
Builder for quadratic interpolation function
| |
| BuildRateFilter<(Of <<'(T>)>>) |
Filters timeline value sends based on a maximum send rate
| |
| DecodeString |
Convert a byte array to a string
| |
| EncodeString |
Convert a string to a byte array
| |
| SetDefaultTimelineFunctions |
Set default encoding, decoding, interpolation and extrapolation for standard timeline types
| |
| SteppingExtrapolate<(Of <<'(T>)>>) |
Stepping extrapolation
| |
| SteppingInterpolate<(Of <<'(T>)>>) |
Stepping interpolation
|