OpenShot Library | OpenShotAudio 0.2.2
juce::ChildProcessMaster::Connection Member List

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

Connection(ChildProcessMaster &m, const String &pipeName, int timeout) (defined in juce::ChildProcessMaster::Connection)juce::ChildProcessMaster::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::ChildProcessMaster::Connection)juce::ChildProcessMaster::Connectioninline
~InterprocessConnection()juce::InterprocessConnectionvirtual