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

Method getCacheFrame

YUViewLib/src/video/VideoCache.cpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88 playlistItem *getCacheItem() { return currentCacheItem; }
89 int getCacheFrame() { return currentFrame; }
90 void setJob(playlistItem *item, int frame, bool test = false);
91 void setWorking(bool state) { working = state; }
92 bool isWorking() { return working; }

Callers 1

loadFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected