MCPcopy Create free account
hub / github.com/briankendall/proxy-audio-device / resetInputData

Method resetInputData

proxyAudioDevice/ProxyAudioDevice.cpp:4989–5001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4987#pragma mark IO Operations
4988
4989void ProxyAudioDevice::resetInputData() {
4990 DebugMsg("ProxyAudio: resetInputData");
4991 CAMutex::Locker locker(&IOMutex);
4992
4993 if (inputBuffer) {
4994 inputBuffer->Clear();
4995 }
4996
4997 lastInputFrameTime = -1;
4998 lastInputBufferFrameSize = -1;
4999 inputOutputSampleDelta = -1;
5000 inputFinalFrameTime = -1;
5001}
5002
5003OSStatus ProxyAudioDevice::StartIO(AudioServerPlugInDriverRef inDriver,
5004 AudioObjectID inDeviceObjectID,

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected