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

Method getRawFormat

YUViewLib/src/decoder/decoderBase.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 2

createDecoderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected