Engage Engine API
1.246.9086
|
Variables | |
static const uint8_t | ENGAGE_TXFLAG_EMERGENCY = 0x0001 |
Sets the EMERGENCY flag in the transmitted stream. | |
static const uint8_t | ENGAGE_TXFLAG_TX_END = 0x0002 |
Indicates that the transmission has concluded. | |
static const uint8_t | ENGAGE_TXFLAG_AUTOMATED_SYSTEM = 0x0004 |
Indicates that the transmission is coming from an automated system. | |
static const uint8_t | ENGAGE_TXFLAG_STICKY_TID = 0x0008 |
Indicates a "sticky" transmission ID (if non-zero) | |
static const uint8_t | ENGAGE_TXFLAG_TID_INVALIDATED = 0x0010 |
Indicates that the transmission ID is no longer valid. | |
static const uint8_t | ENGAGE_TXFLAG_MUTE_RX_FOR_SPECIALIZER = 0x0020 |
Indicates that the receiver should auto-mute using the alias specializer if receiver has that specializer present. | |
static const uint8_t | ENGAGE_TXFLAG_TX_START = 0x0040 |
Indicates that a transmission is about to start. | |
These flags are added to RTP packets that contain header extensions. If the group does not have header extensions enabled, no flags will accompany the transmission.
|
static |
Indicates that the transmission is coming from an automated system.
Definition at line 202 of file EngageConstants.h.
|
static |
Sets the EMERGENCY flag in the transmitted stream.
Definition at line 196 of file EngageConstants.h.
|
static |
Indicates that the receiver should auto-mute using the alias specializer if receiver has that specializer present.
Definition at line 211 of file EngageConstants.h.
|
static |
Indicates a "sticky" transmission ID (if non-zero)
Definition at line 205 of file EngageConstants.h.
|
static |
Indicates that the transmission ID is no longer valid.
Definition at line 208 of file EngageConstants.h.
|
static |
Indicates that the transmission has concluded.
Definition at line 199 of file EngageConstants.h.
|
static |
Indicates that a transmission is about to start.
Definition at line 214 of file EngageConstants.h.