(value: number)
| 214 | } |
| 215 | |
| 216 | public requestSeek(value: number): void { |
| 217 | this.requestedSeek = this.clampRange(value); |
| 218 | } |
| 219 | |
| 220 | public requestPreviousFrame(): void { |
| 221 | this.requestedSeek = this.frame.current - this.playback.speed; |
no test coverage detected