| 112 | virtual bool decodeNextFrame() = 0; |
| 113 | virtual QByteArray getRawFrameData() = 0; |
| 114 | video::RawFormat getRawFormat() const { return this->rawFormat; } |
| 115 | video::yuv::PixelFormatYUV getPixelFormatYUV() const { return this->formatYUV; } |
| 116 | video::rgb::PixelFormatRGB getRGBPixelFormat() const { return this->formatRGB; } |
| 117 | Size getFrameSize() const { return this->frameSize; } |
no outgoing calls
no test coverage detected