Return an array of N spans from the segments of a temporal sequence with continuous interpolation (iterator function)
- Parameters
-
[in] | seq | Temporal sequence |
[in] | span_count | Number of spans |
[in] | result | Array of spans. If the number of segments in the sequence is <= span_count , the result contains one span per segment. Otherwise, consecutive segments are combined into a single span in the result to reach the number of spans. |
- Returns
- Number of elements in the output array