|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
OSC backend configuration. More...
#include <GlobalInputConfig.hpp>
Collaboration diagram for MayaFlux::Core::OSCBackendInfo:Public Attributes | |
| bool | enabled { false } |
| Enable OSC backend. | |
| uint16_t | receive_port { 8000 } |
| UDP port to listen on. | |
| uint16_t | send_port { 9000 } |
| Default UDP port to send to. | |
| std::string | send_address { "127.0.0.1" } |
| Default send address. | |
| bool | enable_multicast { false } |
| Enable multicast reception. | |
| std::string | multicast_group |
| Multicast group address. | |
| size_t | receive_buffer_size { 65536 } |
| UDP receive buffer size. | |
OSC backend configuration.
Definition at line 139 of file GlobalInputConfig.hpp.