Return an array of N spans from the segments of a temporal sequence set.
- Parameters
-
| [in] | ss | Temporal sequence set |
| [in] | span_count | Number of spans |
| [out] | count | Number of elements in the output array |
- Returns
- If the number of segments in the temporal sequence set 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.