MCPcopy Create free account
hub / github.com/audacity/audacity / ptrBegin

Method ptrBegin

lib-src/soundtouch/include/FIFOSamplePipe.h:178–181  ·  view source on GitHub ↗

Returns a pointer to the beginning of the output samples. This function is provided for accessing the output samples directly. Please be careful for not to corrupt the book-keeping! When using this function to output samples, also remember to 'remove' the output samples from the buffer by calling the 'receiveSamples(numSamples)' function

Source from the content-addressed store, hash-verified

176 /// output samples from the buffer by calling the
177 /// 'receiveSamples(numSamples)' function
178 virtual SAMPLETYPE *ptrBegin()
179 {
180 return output->ptrBegin();
181 }
182
183public:
184

Callers 1

moveSamplesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected