MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / getRotation

Method getRotation

tgcalls/VideoCaptureInterfaceImpl.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int VideoCaptureInterfaceObject::getRotation() {
29 if (_videoCapturer) {
30 return _videoCapturer->getRotation();
31 } else {
32 return 0;
33 }
34}
35
36bool VideoCaptureInterfaceObject::isScreenCapture() {
37 return _isScreenCapture;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected