free Category:Basic
Get Duration of Timestamp gets the duration of the timestamp
If the timestamp is a list, it will return a list of durations corresponding to each timestamp
E.g:
Timestamp: [(0, 10), (20, 30)]
Will create the following: [10, 10]
type | name | edge |
---|---|---|
timestamp | timestamp | True |
type | name | edge |
---|---|---|
number | duration | True |