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

Method write

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

Source from the content-addressed store, hash-verified

113 }
114
115 static sf_count_t write( const void* ptr, sf_count_t count, void *userData ) {
116 return 0;
117 }
118
119 static sf_count_t tell( void* userData ) {
120 ci::IStreamCinder* stream = static_cast<ci::IStreamCinder*>( userData );

Callers 6

inputCallbackMethod · 0.45
captureAudioMethod · 0.45
renderInputsMethod · 0.45
enqueueSamplesMethod · 0.45
enqueueSamplesMethod · 0.45
renderInputsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected