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

Method getImageBitDepth

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

Source from the content-addressed store, hash-verified

64 // Get the size/bit depth of the (current) frame
65 Size getFrameSize() const { return frameSize; }
66 int getImageBitDepth() const { return currentImage.depth(); }
67
68 // Draw the (current) frame with the given zoom factor
69 void drawFrame(QPainter *painter, double zoomFactor, bool drawRawValues);

Callers 1

getInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected