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

Method tell

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

Source from the content-addressed store, hash-verified

117 }
118
119 static sf_count_t tell( void* userData ) {
120 ci::IStreamCinder* stream = static_cast<ci::IStreamCinder*>( userData );
121 return stream->tell();
122 }
123};
124
125// ----------------------------------------------------------------------------------------------------

Callers 8

parseKtxFunction · 0.45
SeekMethod · 0.45
ReadMethod · 0.45
tellFnMethod · 0.45
seekMethod · 0.45
readMethod · 0.45
readMethod · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected