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

Method itemCachingFinished

YUViewLib/src/ui/PlaybackController.cpp:219–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void PlaybackController::itemCachingFinished(playlistItem *)
220{
221 if (this->playbackMode == PlaybackMode::WaitingForCache)
222 {
223 DEBUG_PLAYBACK("PlaybackController::itemCachingFinished");
224 this->startPlayback();
225 }
226}
227
228void PlaybackController::startPlayback()
229{

Callers 2

threadCachingFinishedMethod · 0.80

Calls 1

startPlaybackMethod · 0.95

Tested by

no test coverage detected