sACN  2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
View other versions:
SacnSourceDetectorConfig Struct Reference

Data Fields

SacnSourceDetectorCallbacks callbacks
 
int source_count_max
 
int universes_per_source_max
 
sacn_ip_support_t ip_supported
 

Detailed Description

A set of configuration information for the sACN Source Detector.

Field Documentation

◆ callbacks

The callbacks the detector will use to notify the application of events.

◆ ip_supported

sacn_ip_support_t ip_supported

What IP networking the source detector will support. The default is kSacnIpV4AndIpV6.

◆ source_count_max

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.

◆ universes_per_source_max

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.


The documentation for this struct was generated from the following file: