Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::rtp::FilterConfig Struct Reference

RTP filter parameters. More...

#include <filter.h>

Public Attributes

size_t max_sn_jump
 Maximum allowed delta between two consecutive packet seqnums. If exceeded, packet is dropped. More...
 
core::nanoseconds_t max_ts_jump
 Maximum allowed delta between two consecutive packet timestamps, in nanoseconds. If exceeded, packet is dropped. More...
 

Detailed Description

RTP filter parameters.

Definition at line 25 of file filter.h.

Member Data Documentation

◆ max_sn_jump

size_t roc::rtp::FilterConfig::max_sn_jump

Maximum allowed delta between two consecutive packet seqnums. If exceeded, packet is dropped.

Definition at line 28 of file filter.h.

◆ max_ts_jump

core::nanoseconds_t roc::rtp::FilterConfig::max_ts_jump

Maximum allowed delta between two consecutive packet timestamps, in nanoseconds. If exceeded, packet is dropped.

Definition at line 32 of file filter.h.


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