|
Ardour
9.0-pre0-1952-gc5e0b21049
|
Public Member Functions | |
| ThreadData (CoreAudioBackend *e, std::function< void()> fp, size_t stacksz, double period) | |
Public Attributes | |
| CoreAudioBackend * | engine |
| std::function< void()> | f |
| size_t | stacksize |
| double | period_ns |
Definition at line 380 of file coreaudio_backend.h.
|
inline |
Definition at line 392 of file coreaudio_backend.h.
| CoreAudioBackend* ARDOUR::CoreAudioBackend::ThreadData::engine |
Definition at line 381 of file coreaudio_backend.h.
| std::function<void ()> ARDOUR::CoreAudioBackend::ThreadData::f |
Definition at line 382 of file coreaudio_backend.h.
| double ARDOUR::CoreAudioBackend::ThreadData::period_ns |
Definition at line 384 of file coreaudio_backend.h.
| size_t ARDOUR::CoreAudioBackend::ThreadData::stacksize |
Definition at line 383 of file coreaudio_backend.h.