Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::node::ContextConfig Struct Reference

Node context config. More...

#include <context.h>

Public Attributes

size_t max_packet_size
 Maximum size in bytes of a network packet. More...
 
size_t max_frame_size
 Maximum size in bytes of an audio frame. More...
 

Detailed Description

Node context config.

Definition at line 30 of file context.h.

Member Data Documentation

◆ max_frame_size

size_t roc::node::ContextConfig::max_frame_size

Maximum size in bytes of an audio frame.

Definition at line 35 of file context.h.

◆ max_packet_size

size_t roc::node::ContextConfig::max_packet_size

Maximum size in bytes of a network packet.

Definition at line 32 of file context.h.


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