AUDIO_APP constant
PortNum
const AUDIO_APP
Audio Payloads. Encapsulated codec2 packets. On 2.4 GHZ Bandwidths only for now ENCODING: codec2 audio frames NOTE: audio frames contain a 3 byte header (0xc0 0xde 0xc2) and a one byte marker for the decompressed bitrate. This marker comes from the 'moduleConfig.audio.bitrate' enum minus one.
Implementation
static const PortNum AUDIO_APP =
PortNum._(9, _omitEnumNames ? '' : 'AUDIO_APP');