MCPcopy Create free account
hub / github.com/cinder/Cinder / waitForLoaded

Method waitForLoaded

src/cinder/qtime/QuickTimeImplLegacy.cpp:764–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764void MovieLoader::waitForLoaded() const
765{
766 while( ! mObj->mLoaded ) {
767 cinder::sleep( 250 ); // its documentation says not to call GetMovieLoadState more often than once a quarter-second
768 updateLoadState();
769 }
770}
771
772void MovieLoader::waitForPlayable() const
773{

Callers 2

initFromLoaderMethod · 0.80
initFromDataSourceMethod · 0.80

Calls 1

sleepFunction · 0.85

Tested by

no test coverage detected