PortAudio
2.0
|
#include <portaudio.h>
Data Fields | |
PaTime | inputBufferAdcTime |
PaTime | currentTime |
PaTime | outputBufferDacTime |
Timing information for the buffers passed to the stream callback.
Time values are expressed in seconds and are synchronised with the time base used by Pa_GetStreamTime() for the associated stream.
PaTime PaStreamCallbackTimeInfo::currentTime |
The time when the stream callback was invoked
Referenced by GetStreamTime(), PaPulseAudio_updateTimeInfo(), ProcessingThread(), and ProcessingThreadProc().
PaTime PaStreamCallbackTimeInfo::inputBufferAdcTime |
The time when the first sample of the input buffer was captured at the ADC input
Referenced by PaPulseAudio_updateTimeInfo(), PaUtil_BeginBufferProcessing(), and ProcessingThread().
PaTime PaStreamCallbackTimeInfo::outputBufferDacTime |
The time when the first sample of the output buffer will output the DAC
Referenced by PaPulseAudio_updateTimeInfo(), PaUtil_BeginBufferProcessing(), ProcessingThread(), and ProcessingThreadProc().