(rotation)
| 444 | return this.functions.getFrameNum(); |
| 445 | } |
| 446 | setVideoRotation(rotation) { |
| 447 | this.functions.setVideoRoation(rotation); |
| 448 | } |
| 449 | getVideoDimensions(type) { |
| 450 | try { |
| 451 | return this.functions.getVideoDimensions(type); |
no outgoing calls
no test coverage detected