You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the start time, in seconds, of the overview or zoomable waveform view.
1111
+
1112
+
Note that the start time may not be exactly the same value you set when calling [`view.setStartTime()`](#viewsetstarttimetime). This is because the time is rounded to a number of pixels at the view's zoom level.
1113
+
1114
+
```js
1115
+
constview=instance.views.getView('zoomview');
1116
+
conststartTime=view.getStartTime(); // seconds
1117
+
```
1118
+
1107
1119
### `view.setStartTime(time)`
1108
1120
1109
1121
Changes the start time, in seconds, of the zoomable waveform view.
0 commit comments