MCPcopy Create free account
hub / github.com/IENT/YUView / loadPlaylist

Method loadPlaylist

YUViewLib/src/video/FrameHandler.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void FrameHandler::loadPlaylist(const YUViewDomElement &root)
210{
211 auto width = unsigned(root.findChildValue("width").toInt());
212 auto height = unsigned(root.findChildValue("height").toInt());
213 this->setFrameSize(Size(width, height));
214}
215
216void FrameHandler::slotVideoControlChanged()
217{

Calls 3

setFrameSizeMethod · 0.95
SizeClass · 0.85
findChildValueMethod · 0.80

Tested by

no test coverage detected