![]() |
Mema
Memory Matrix — multi-channel audio matrix monitor and router
|
#include <MemaServiceData.h>
Static Public Member Functions | |
| static juce::String | getServiceTypeUIDBase () |
| Returns the base string for building service type UIDs. | |
| static juce::String | getMasterServiceTypeUID () |
| Returns the UID for the Mema master (server) service. | |
| static juce::String | getMonitorServiceTypeUID () |
| Returns the UID for the Mema.Mo monitor service. | |
| static juce::String | getRemoteServiceTypeUID () |
| Returns the UID for the Mema.Re remote-control service. | |
| static juce::String | getServiceDescription () |
| Returns the human-readable service description string. | |
| static int | getBroadcastPort () |
| Returns the UDP port used for multicast service announcements. | |
| static int | getConnectionPort () |
| Returns the TCP port used for client connections (55668). | |
Definition at line 28 of file MemaServiceData.h.
|
static |
Returns the UDP port used for multicast service announcements.
Definition at line 44 of file MemaServiceData.cpp.
Referenced by Mema::MemaProcessor::MemaProcessor(), and MemaClientDiscoverComponent::setupServiceDiscovery().
|
static |
Returns the TCP port used for client connections (55668).
Definition at line 49 of file MemaServiceData.cpp.
Referenced by Mema::MemaProcessor::MemaProcessor(), and MemaClientDiscoverComponent::setupServiceDiscovery().
|
static |
Returns the UID for the Mema master (server) service.
Definition at line 29 of file MemaServiceData.cpp.
References getServiceTypeUIDBase().
Referenced by Mema::MemaProcessor::MemaProcessor().
|
static |
Returns the UID for the Mema.Mo monitor service.
Definition at line 34 of file MemaServiceData.cpp.
References getServiceTypeUIDBase().
Referenced by MainComponent::MainComponent().
|
static |
Returns the UID for the Mema.Re remote-control service.
Definition at line 39 of file MemaServiceData.cpp.
References getServiceTypeUIDBase().
|
static |
Returns the human-readable service description string.
|
static |
Returns the base string for building service type UIDs.
Definition at line 24 of file MemaServiceData.cpp.
Referenced by getMasterServiceTypeUID(), getMonitorServiceTypeUID(), getRemoteServiceTypeUID(), MainComponent::MainComponent(), and Mema::MemaProcessor::MemaProcessor().