Engage Engine API  1.243.9083
Loading...
Searching...
No Matches
Application-configurable TX flags

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.
 

Detailed Description

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.

See also
engageBeginGroupTx(), engageBeginGroupTxAdvanced()

Variable Documentation

◆ ENGAGE_TXFLAG_AUTOMATED_SYSTEM

const uint8_t ENGAGE_TXFLAG_AUTOMATED_SYSTEM = 0x0004
static

Indicates that the transmission is coming from an automated system.

Definition at line 202 of file EngageConstants.h.

◆ ENGAGE_TXFLAG_EMERGENCY

const uint8_t ENGAGE_TXFLAG_EMERGENCY = 0x0001
static

Sets the EMERGENCY flag in the transmitted stream.

Definition at line 196 of file EngageConstants.h.

◆ ENGAGE_TXFLAG_MUTE_RX_FOR_SPECIALIZER

const uint8_t ENGAGE_TXFLAG_MUTE_RX_FOR_SPECIALIZER = 0x0020
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.

◆ ENGAGE_TXFLAG_STICKY_TID

const uint8_t ENGAGE_TXFLAG_STICKY_TID = 0x0008
static

Indicates a "sticky" transmission ID (if non-zero)

Definition at line 205 of file EngageConstants.h.

◆ ENGAGE_TXFLAG_TID_INVALIDATED

const uint8_t ENGAGE_TXFLAG_TID_INVALIDATED = 0x0010
static

Indicates that the transmission ID is no longer valid.

Definition at line 208 of file EngageConstants.h.

◆ ENGAGE_TXFLAG_TX_END

const uint8_t ENGAGE_TXFLAG_TX_END = 0x0002
static

Indicates that the transmission has concluded.

Definition at line 199 of file EngageConstants.h.

◆ ENGAGE_TXFLAG_TX_START

const uint8_t ENGAGE_TXFLAG_TX_START = 0x0040
static

Indicates that a transmission is about to start.

Definition at line 214 of file EngageConstants.h.