Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::CoreAudioBackend::ThreadData Struct Reference

Public Member Functions

 ThreadData (CoreAudioBackend *e, std::function< void()> fp, size_t stacksz, double period)
 

Public Attributes

CoreAudioBackendengine
 
std::function< void()> f
 
size_t stacksize
 
double period_ns
 

Detailed Description

Definition at line 380 of file coreaudio_backend.h.

Constructor & Destructor Documentation

◆ ThreadData()

ARDOUR::CoreAudioBackend::ThreadData::ThreadData ( CoreAudioBackend e,
std::function< void()>  fp,
size_t  stacksz,
double  period 
)
inline

Definition at line 392 of file coreaudio_backend.h.

Member Data Documentation

◆ engine

CoreAudioBackend* ARDOUR::CoreAudioBackend::ThreadData::engine

Definition at line 381 of file coreaudio_backend.h.

◆ f

std::function<void ()> ARDOUR::CoreAudioBackend::ThreadData::f

Definition at line 382 of file coreaudio_backend.h.

◆ period_ns

double ARDOUR::CoreAudioBackend::ThreadData::period_ns

Definition at line 384 of file coreaudio_backend.h.

◆ stacksize

size_t ARDOUR::CoreAudioBackend::ThreadData::stacksize

Definition at line 383 of file coreaudio_backend.h.


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