LMMS
Loading...
Searching...
No Matches
juce::JackAudioIODevice::MainThreadDispatcher Class Reference
Inheritance diagram for juce::JackAudioIODevice::MainThreadDispatcher:
juce::AsyncUpdater

Public Member Functions

 MainThreadDispatcher (JackAudioIODevice &device)
 ~MainThreadDispatcher () override
void updateActivePorts ()

Private Member Functions

void handleAsyncUpdate () override
Private Member Functions inherited from juce::AsyncUpdater
 AsyncUpdater ()
virtual ~AsyncUpdater ()
void triggerAsyncUpdate ()
void cancelPendingUpdate () noexcept
void handleUpdateNowIfNeeded ()
bool isUpdatePending () const noexcept

Private Attributes

JackAudioIODeviceref

Constructor & Destructor Documentation

◆ MainThreadDispatcher()

juce::JackAudioIODevice::MainThreadDispatcher::MainThreadDispatcher ( JackAudioIODevice & device)
inlineexplicit

◆ ~MainThreadDispatcher()

juce::JackAudioIODevice::MainThreadDispatcher::~MainThreadDispatcher ( )
inlineoverride

Member Function Documentation

◆ handleAsyncUpdate()

void juce::JackAudioIODevice::MainThreadDispatcher::handleAsyncUpdate ( )
inlineoverrideprivatevirtual

Called back to do whatever your class needs to do.

This method is called by the message thread at the next convenient time after the triggerAsyncUpdate() method has been called.

Implements juce::AsyncUpdater.

◆ updateActivePorts()

void juce::JackAudioIODevice::MainThreadDispatcher::updateActivePorts ( )
inline

Member Data Documentation

◆ ref

JackAudioIODevice& juce::JackAudioIODevice::MainThreadDispatcher::ref
private

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