#include <portaudio.h>
Data Fields | |
PaTime | inputBufferAdcTime |
PaTime | currentTime |
PaTime | outputBufferDacTime |
Time values are expressed in seconds and are synchronised with the time base used by Pa_GetStreamTime() for the associated stream.
Definition at line 648 of file portaudio.h.
The time when the first sample of the input buffer was captured at the ADC input
Definition at line 649 of file portaudio.h.
The time when the stream callback was invoked
Definition at line 650 of file portaudio.h.
The time when the first sample of the output buffer will output the DAC
Definition at line 651 of file portaudio.h.