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

Method playing

YUViewLib/src/ui/PlaybackController.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool PlaybackController::playing() const
130{
131 return this->playbackMode != PlaybackMode::Stopped;
132}
133
134bool PlaybackController::isWaitingForCaching() const
135{

Callers 11

pausePlaybackMethod · 0.95
paintEventMethod · 0.80
updateMethod · 0.80
testDrawingSpeedMethod · 0.80
loadFrameMethod · 0.80
updateCacheQueueMethod · 0.80
testConversionSpeedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected