|
openshot-audio
0.1.7
|
Classes | |
| struct | SleepEvent |
| class | InterProcessLock::Pimpl |
| class | ChildProcess::ActiveProcess |
| struct | HighResolutionTimer::Pimpl |
Functions | |
| void * | getUser32Function (const char *functionName) |
| long | juce_InterlockedExchange (volatile long *a, long b) noexcept |
| long | juce_InterlockedIncrement (volatile long *a) noexcept |
| long | juce_InterlockedDecrement (volatile long *a) noexcept |
| long | juce_InterlockedExchangeAdd (volatile long *a, long b) noexcept |
| long | juce_InterlockedCompareExchange (volatile long *a, long b, long c) noexcept |
| __int64 | juce_InterlockedCompareExchange64 (volatile __int64 *value, __int64 newValue, __int64 valueToCompare) noexcept |
| void JUCE_API | juce_threadEntryPoint (void *) |
| void | juce_repeatLastProcessPriority () |
| JUCE_API bool JUCE_CALLTYPE | juce_isRunningUnderDebugger () |
| bool | juce_isRunningInWine () |
Variables | |
| HWND | juce_messageWindowHandle = 0 |
| void* getUser32Function | ( | const char * | functionName | ) |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
| bool juce_isRunningInWine | ( | ) |
| JUCE_API bool JUCE_CALLTYPE juce_isRunningUnderDebugger | ( | ) |
| void juce_repeatLastProcessPriority | ( | ) |
| void JUCE_API juce_threadEntryPoint | ( | void * | ) |
| HWND juce_messageWindowHandle = 0 |
1.8.13