#include <RtAudio.hxx>
Definition at line 196 of file RtAudio.hxx.
Public Attributes | |
void * | object |
int | streamId |
DEVICE_ID | device [2] |
THREAD_HANDLE | thread |
void * | callback |
void * | buffers |
unsigned long | waitTime |
bool | blockTick |
bool | stopStream |
bool | usingCallback |
void * | userData |
void* CALLBACK_INFO::object |
Definition at line 197 of file RtAudio.hxx.
Definition at line 198 of file RtAudio.hxx.
DEVICE_ID CALLBACK_INFO::device[2] |
Definition at line 199 of file RtAudio.hxx.
THREAD_HANDLE CALLBACK_INFO::thread |
Definition at line 200 of file RtAudio.hxx.
void* CALLBACK_INFO::callback |
Definition at line 201 of file RtAudio.hxx.
void* CALLBACK_INFO::buffers |
Definition at line 202 of file RtAudio.hxx.
Definition at line 203 of file RtAudio.hxx.
Definition at line 204 of file RtAudio.hxx.
Definition at line 205 of file RtAudio.hxx.
Definition at line 206 of file RtAudio.hxx.
void* CALLBACK_INFO::userData |
Definition at line 207 of file RtAudio.hxx.