JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::dsp::ConvolutionMessageQueue::Impl Struct Reference
Inheritance diagram for juce::dsp::ConvolutionMessageQueue::Impl:
juce::dsp::BackgroundMessageQueue juce::Thread

Public Member Functions

 BackgroundMessageQueue (int entries)
 
- Public Member Functions inherited from juce::dsp::BackgroundMessageQueue
 BackgroundMessageQueue (int entries)
 
bool push (IncomingCommand &command)
 
void popAll ()
 
bool startThread ()
 Attempts to start a new thread with default ('Priority::normal') priority.
 
bool startThread (Priority newPriority)
 Attempts to start a new thread with a given priority.
 
bool stopThread (int timeOutMilliseconds)
 Attempts to stop the thread running.
 

Additional Inherited Members

- Public Types inherited from juce::dsp::BackgroundMessageQueue
using IncomingCommand = FixedSizeFunction< 400, void()>
 

Detailed Description

Definition at line 123 of file juce_Convolution.cpp.

Member Function Documentation

◆ BackgroundMessageQueue()

juce::dsp::BackgroundMessageQueue::BackgroundMessageQueue ( int  entries)
explicit

Definition at line 76 of file juce_Convolution.cpp.


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