Enumeration
AgsAudioOscServerFlags
Description [src]
Enum values to control the behavior or indicate internal state of AgsOscServer
by
enable/disable as flags.
Members
-
AGS_OSC_SERVER_STARTED
-
The server was started.
- Value:
1
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_RUNNING
-
The server is up and running.
- Value:
2
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_TERMINATING
-
The server is closing connections and terminating.
- Value:
4
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_INET4
-
Use IPv4.
- Value:
8
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_INET6
-
Use IPv6.
- Value:
16
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_UDP
-
Run using UDP transport.
- Value:
32
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_TCP
-
Run using TCP transport.
- Value:
64
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_UNIX
-
Run on UNIX socket.
- Value:
128
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_ANY_ADDRESS
-
Listen on any address.
- Value:
256
- Available since: 7.0
- Value:
-
AGS_OSC_SERVER_AUTO_START
-
Start the server.
- Value:
512
- Available since: 7.0
- Value: