(active)
| 429 | this.functions.setFastForwardRatio(ratio); |
| 430 | } |
| 431 | toggleFastForward(active) { |
| 432 | this.functions.toggleFastForward(active); |
| 433 | } |
| 434 | setSlowMotionRatio(ratio) { |
| 435 | this.functions.setSlowMotionRatio(ratio); |
| 436 | } |
no outgoing calls
no test coverage detected