Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::fec::WriterConfig Struct Reference

FEC writer parameters. More...

#include <writer.h>

Public Attributes

size_t n_source_packets
 Number of data packets in block. More...
 
size_t n_repair_packets
 Number of FEC packets in block. More...
 

Detailed Description

FEC writer parameters.

Definition at line 30 of file writer.h.

Member Data Documentation

◆ n_repair_packets

size_t roc::fec::WriterConfig::n_repair_packets

Number of FEC packets in block.

Definition at line 35 of file writer.h.

◆ n_source_packets

size_t roc::fec::WriterConfig::n_source_packets

Number of data packets in block.

Definition at line 32 of file writer.h.


The documentation for this struct was generated from the following file: