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

Method savePlaylist

YUViewLib/src/video/FrameHandler.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void 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
209void FrameHandler::loadPlaylist(const YUViewDomElement &root)
210{

Callers

nothing calls this directly

Calls 1

appendProperiteChildMethod · 0.80

Tested by

no test coverage detected