(active)
| 435 | this.functions.setSlowMotionRatio(ratio); |
| 436 | } |
| 437 | toggleSlowMotion(active) { |
| 438 | this.functions.toggleSlowMotion(active); |
| 439 | } |
| 440 | setRewindGranularity(value) { |
| 441 | this.functions.setRewindGranularity(value); |
| 442 | } |
no outgoing calls
no test coverage detected