(value)
| 438 | this.functions.toggleSlowMotion(active); |
| 439 | } |
| 440 | setRewindGranularity(value) { |
| 441 | this.functions.setRewindGranularity(value); |
| 442 | } |
| 443 | getFrameNum() { |
| 444 | return this.functions.getFrameNum(); |
| 445 | } |
no outgoing calls
no test coverage detected