Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::node::ContextConfig Struct Reference

Node context config. More...

#include <roc_node/context.h>

Public Attributes

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

Detailed Description

Node context config.

Definition at line 30 of file context.h.

Constructor & Destructor Documentation

◆ ContextConfig()

roc::node::ContextConfig::ContextConfig ( )
inline

Definition at line 37 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: