MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ describe()

static constexpr auto MayaFlux::Core::OSCConfigInfo::describe ( )
inlinestaticconstexpr

Definition at line 183 of file GlobalInputConfig.hpp.

184 {
185 return std::make_tuple(
192 Reflect::member("receive_buffer_size", &OSCConfigInfo::receive_buffer_size));
193 }
constexpr auto member(std::string_view key, T Class::*ptr)
Definition Mirror.hpp:37
bool enable_multicast
Enable multicast reception.
std::string multicast_group
Multicast group address.
uint16_t receive_port
UDP port to listen on.
std::string send_address
Default send address.
bool enabled
Enable OSC backend.
uint16_t send_port
Default UDP port to send to.
size_t receive_buffer_size
UDP receive buffer size.