MCPcopy Create free account
hub / github.com/barry-ran/QtScrcpy / getFrameSize

Method getFrameSize

QtScrcpy/groupcontroller/groupcontroller.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21QSize GroupController::getFrameSize(const QString &serial)
22{
23 auto data = qsc::IDeviceManage::getInstance().getDevice(serial)->getUserData();
24 if (!data) {
25 return QSize();
26 }
27
28 return static_cast<VideoForm*>(data)->frameSize();
29}
30
31GroupController &GroupController::instance()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected