()
| 441 | this.functions.setRewindGranularity(value); |
| 442 | } |
| 443 | getFrameNum() { |
| 444 | return this.functions.getFrameNum(); |
| 445 | } |
| 446 | setVideoRotation(rotation) { |
| 447 | this.functions.setVideoRoation(rotation); |
| 448 | } |
no outgoing calls
no test coverage detected