openshot-audio  0.1.2
Public Member Functions | Public Attributes | List of all members
juce::ChildProcess::ActiveProcess Class Reference

Public Member Functions

 ActiveProcess (const StringArray &arguments, int streamFlags)
 
 ~ActiveProcess ()
 
bool isRunning () const noexcept
 
int read (void *const dest, const int numBytes) noexcept
 
bool killProcess () const noexcept
 
uint32 getExitCode () const noexcept
 

Public Attributes

int childPID
 

Constructor & Destructor Documentation

juce::ChildProcess::ActiveProcess::ActiveProcess ( const StringArray arguments,
int  streamFlags 
)
inline
juce::ChildProcess::ActiveProcess::~ActiveProcess ( )
inline

Member Function Documentation

uint32 juce::ChildProcess::ActiveProcess::getExitCode ( ) const
inlinenoexcept
bool juce::ChildProcess::ActiveProcess::isRunning ( ) const
inlinenoexcept
bool juce::ChildProcess::ActiveProcess::killProcess ( ) const
inlinenoexcept
int juce::ChildProcess::ActiveProcess::read ( void *const  dest,
const int  numBytes 
)
inlinenoexcept

Member Data Documentation

int juce::ChildProcess::ActiveProcess::childPID

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