| 207 | } |
| 208 | |
| 209 | void 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 | |
| 216 | void FrameHandler::slotVideoControlChanged() |
| 217 | { |
no test coverage detected