openshot-audio
0.1.6
|
Public Member Functions | |
ChildProcessPingThread (int timeout) | |
void | pingReceived () noexcept |
void | triggerConnectionLostMessage () |
virtual bool | sendPingMessage (const MemoryBlock &)=0 |
virtual void | pingFailed ()=0 |
![]() | |
Thread (const String &threadName) | |
virtual | ~Thread () |
void | startThread () |
void | startThread (int priority) |
bool | stopThread (int timeOutMilliseconds) |
bool | isThreadRunning () const |
void | signalThreadShouldExit () |
bool | threadShouldExit () const |
bool | waitForThreadToExit (int timeOutMilliseconds) const |
bool | setPriority (int priority) |
void | setAffinityMask (uint32 affinityMask) |
bool | wait (int timeOutMilliseconds) const |
void | notify () const |
ThreadID | getThreadId () const noexcept |
const String & | getThreadName () const |
Static Public Member Functions | |
static bool | isPingMessage (const MemoryBlock &m) noexcept |
![]() | |
static bool | setCurrentThreadPriority (int priority) |
static void JUCE_CALLTYPE | setCurrentThreadAffinityMask (uint32 affinityMask) |
static void JUCE_CALLTYPE | sleep (int milliseconds) |
static void JUCE_CALLTYPE | yield () |
static ThreadID JUCE_CALLTYPE | getCurrentThreadId () |
static Thread *JUCE_CALLTYPE | getCurrentThread () |
static void JUCE_CALLTYPE | setCurrentThreadName (const String &newThreadName) |
Public Attributes | |
int | timeoutMs |
Additional Inherited Members | |
![]() | |
typedef void * | ThreadID |
|
inline |
|
inlinestaticnoexcept |
|
pure virtual |
|
inlinenoexcept |
|
pure virtual |
|
inline |
int ChildProcessPingThread::timeoutMs |