openshot-audio
0.1.4
|
Public Member Functions | |
Connection (ChildProcessMaster &m, const String &pipeName, int timeout) | |
~Connection () | |
![]() | |
InterprocessConnection (bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c) | |
virtual | ~InterprocessConnection () |
bool | connectToSocket (const String &hostName, int portNumber, int timeOutMillisecs) |
bool | connectToPipe (const String &pipeName, int pipeReceiveMessageTimeoutMs) |
bool | createPipe (const String &pipeName, int pipeReceiveMessageTimeoutMs) |
void | disconnect () |
bool | isConnected () const |
StreamingSocket * | getSocket () const noexcept |
NamedPipe * | getPipe () const noexcept |
String | getConnectedHostName () const |
bool | sendMessage (const MemoryBlock &message) |
|
inline |
|
inline |