|
sACN
3.0.0
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <merge_receiver.h>
A set of callback functions that the library uses to notify the application about sACN events.
| void* callback_context |
(optional) Pointer to opaque data passed back with each callback.
| SacnMergeReceiverSamplingPeriodEndedCallback sampling_period_ended |
Optional
| SacnMergeReceiverSamplingPeriodStartedCallback sampling_period_started |
Optional
| SacnMergeReceiverSourceLimitExceededCallback source_limit_exceeded |
Optional
| SacnMergeReceiverSourcePapLostCallback source_pap_lost |
Optional
| SacnMergeReceiverSourcesLostCallback sources_lost |
Optional
| SacnMergeReceiverMergedDataCallback universe_data |
Required
| SacnMergeReceiverNonDmxCallback universe_non_dmx |
Optional