#include <JackEngineControl.h>
Inheritance diagram for Jack::JackEngineControl:
Public Member Functions | |
void | InitFrameTime () |
void | IncFrameTime (jack_time_t callback_usecs) |
void | ResetFrameTime (jack_time_t callback_usecs) |
void | ReadFrameTime (JackTimer *timer) |
void | CycleBegin (jack_time_t callback_usecs) |
void | CycleEnd (JackClientInterface **table) |
Public Attributes | |
jack_nframes_t | fBufferSize |
jack_nframes_t | fSampleRate |
bool | fRealTime |
int32_t | fPriority |
float | fCPULoad |
jack_time_t | fPeriodUsecs |
jack_time_t | fTimeOutUsecs |
UInt64 | fPeriod |
UInt64 | fComputation |
UInt64 | fConstraint |
JackFrameTimer | fFrameTimer |
JackTransportEngine | fTransport |
bool | fSyncMode |
bool | fVerbose |
Definition at line 36 of file JackEngineControl.h.