| 200 | } |
| 201 | |
| 202 | void FrameHandler::savePlaylist(YUViewDomElement &element) const |
| 203 | { |
| 204 | // Append the video handler properties |
| 205 | element.appendProperiteChild("width", QString::number(this->frameSize.width)); |
| 206 | element.appendProperiteChild("height", QString::number(this->frameSize.height)); |
| 207 | } |
| 208 | |
| 209 | void FrameHandler::loadPlaylist(const YUViewDomElement &root) |
| 210 | { |
nothing calls this directly
no test coverage detected