openshot-audio  0.1.7
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

#define JUCE_STAT   stat
#define JUCE_STAT   stat

Function Documentation

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