openshot-audio  0.1.5
Classes | Macros | Functions
juce_posix_SharedCode.h File Reference

Go to the source code of this file.

Classes

class  InterProcessLock::Pimpl
 
class  ChildProcess::ActiveProcess
 
struct  HighResolutionTimer::Pimpl
 

Macros

#define JUCE_STAT   stat
 
#define JUCE_STAT   stat
 

Functions

int juce_siginterrupt (int sig, int flag)
 
int64 juce_fileSetPosition (void *handle, int64 pos)
 
File juce_getExecutableFile ()
 
void juce_runSystemCommand (const String &)
 
String juce_getOutputFromCommand (const String &)
 
void JUCE_API juce_threadEntryPoint (void *)
 
void * threadEntryProc (void *)
 

Macro Definition Documentation

◆ JUCE_STAT [1/2]

#define JUCE_STAT   stat

◆ JUCE_STAT [2/2]

#define JUCE_STAT   stat

Function Documentation

◆ juce_fileSetPosition()

int64 juce_fileSetPosition ( void *  handle,
int64  pos 
)

◆ juce_getExecutableFile()

File juce_getExecutableFile ( )

◆ juce_getOutputFromCommand()

String juce_getOutputFromCommand ( const String command)

◆ juce_runSystemCommand()

void juce_runSystemCommand ( const String command)

◆ juce_siginterrupt()

int juce_siginterrupt ( int  sig,
int  flag 
)

◆ juce_threadEntryPoint()

void JUCE_API juce_threadEntryPoint ( void *  )

◆ threadEntryProc()

void * threadEntryProc ( void *  userData)