OpenShot Library | libopenshot-audio  0.2.0
juce::ChildProcessSlave::Connection Member List

This is the complete list of members for juce::ChildProcessSlave::Connection, including all inherited members.

Connection(ChildProcessSlave &p, const String &pipeName, int timeout) (defined in juce::ChildProcessSlave::Connection)juce::ChildProcessSlave::Connectioninline
connectToPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs)juce::InterprocessConnection
connectToSocket(const String &hostName, int portNumber, int timeOutMillisecs)juce::InterprocessConnection
createPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist=false)juce::InterprocessConnection
disconnect()juce::InterprocessConnection
getConnectedHostName() constjuce::InterprocessConnection
getPipe() const noexceptjuce::InterprocessConnectioninline
getSocket() const noexceptjuce::InterprocessConnectioninline
InterprocessConnection(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c)juce::InterprocessConnection
isConnected() constjuce::InterprocessConnection
sendMessage(const MemoryBlock &message)juce::InterprocessConnection
~Connection() override (defined in juce::ChildProcessSlave::Connection)juce::ChildProcessSlave::Connectioninline
~InterprocessConnection()juce::InterprocessConnectionvirtual