sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <source_detector.h>
Data Fields | |
SacnSourceDetectorCallbacks | callbacks |
int | source_count_max |
int | universes_per_source_max |
sacn_ip_support_t | ip_supported |
A set of configuration information for the sACN Source Detector.
SacnSourceDetectorCallbacks callbacks |
The callbacks the detector will use to notify the application of events.
sacn_ip_support_t ip_supported |
What IP networking the source detector will support. The default is kSacnIpV4AndIpV6.
int source_count_max |
The maximum number of sources the detector will record. It is recommended that applications using dynamic memory use SACN_SOURCE_DETECTOR_INFINITE for this value. This parameter is ignored when configured to use static memory – SACN_SOURCE_DETECTOR_MAX_SOURCES is used instead.
int universes_per_source_max |
The maximum number of universes the detector will record for a source. It is recommended that applications using dynamic memory use SACN_SOURCE_DETECTOR_INFINITE for this value. This parameter is ignored when configured to use static memory – SACN_SOURCE_DETECTOR_MAX_UNIVERSES_PER_SOURCE is used instead.