Pd++  0.01
A pure C++ implementation of Pure Data objects
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
PaStreamCallbackTimeInfo Struct Reference

#include <portaudio.h>

Public Attributes

PaTime inputBufferAdcTime
 
PaTime currentTime
 
PaTime outputBufferDacTime
 

Detailed Description

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.

See also
PaStreamCallback, Pa_GetStreamTime

Member Data Documentation

PaTime PaStreamCallbackTimeInfo::currentTime

The time when the stream callback was invoked

PaTime PaStreamCallbackTimeInfo::inputBufferAdcTime

The time when the first sample of the input buffer was captured at the ADC input

PaTime PaStreamCallbackTimeInfo::outputBufferDacTime

The time when the first sample of the output buffer will output the DAC


The documentation for this struct was generated from the following file: