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

Method FileLoader

src/cinder/audio/linux/FileAudioLoader.cpp:250–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248};
249
250FileLoader::FileLoader( SourceFileAudioLoader* cinderParent, const ci::IStreamRef& stream )
251 : mCinderParent( cinderParent ), mStream( stream )
252{
253 if( mStream ) {
254 mStream->seekAbsolute( 0 );
255 }
256}
257
258FileLoader::~FileLoader()
259{

Callers

nothing calls this directly

Calls 1

seekAbsoluteMethod · 0.45

Tested by

no test coverage detected