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

Method initFromMemory

src/cinder/qtime/QuickTimeImplLegacy.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void MovieBase::initFromMemory( const void *data, size_t dataSize, const string &fileNameHint, const std::string &mimeTypeHint )
151{
152 startQuickTime();
153 getObj()->mMovie = openMovieFromMemory( data, dataSize, fileNameHint, mimeTypeHint );
154 init();
155}
156
157void MovieBase::initFromDataSource( DataSourceRef dataSourceRef, const std::string &mimeTypeHint )
158{

Callers

nothing calls this directly

Calls 2

startQuickTimeFunction · 0.85
openMovieFromMemoryFunction · 0.85

Tested by

no test coverage detected