Module rtcp::extended_report::rle
source · Structs
- Chunk as defined in RFC 3611, section 4.1. These represent information about packet losses and packet duplication. They have three representations:
- RleReportBlock defines the common structure used by both Loss RLE report blocks (RFC 3611 §4.1) and Duplicate RLE report blocks (RFC 3611 §4.2).
Enums
- ChunkType enumerates the three kinds of chunks described in RFC 3611 section 4.1.
Type Aliases
- DuplicateRLEReportBlock is used to report information about packet duplication, as described in RFC 3611, section 4.1 make sure to set is_loss_rle = false
- LossRLEReportBlock is used to report information about packet losses, as described in RFC 3611, section 4.1 make sure to set is_loss_rle = true