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

Method getFormatAsString

YUViewLib/src/video/FrameHandler.h:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 virtual bool isFormatValid() const { return frameSize.width > 0 && frameSize.height > 0; }
87
88 virtual QString getFormatAsString() const
89 {
90 return QString("%1;%2").arg(this->frameSize.width).arg(this->frameSize.height);
91 }
92 virtual bool setFormatFromString(QString format);
93
94 // Calculate the difference of this FrameHandler to another FrameHandler. This

Callers 2

playlistItemRawFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected