| 26 | } |
| 27 | |
| 28 | int VideoCaptureInterfaceObject::getRotation() { |
| 29 | if (_videoCapturer) { |
| 30 | return _videoCapturer->getRotation(); |
| 31 | } else { |
| 32 | return 0; |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | bool VideoCaptureInterfaceObject::isScreenCapture() { |
| 37 | return _isScreenCapture; |
nothing calls this directly
no outgoing calls
no test coverage detected