Skip to main content

GraphLinkOptions Struct

Options for Graph::connect(from, to, options). More...

Declaration

struct simaai::neat::GraphLinkOptions { ... }

Included Headers

#include <GraphOptions.h>

Public Member Attributes Index

GraphLinkPolicypolicy = GraphLinkPolicy::Default
intqueue_depth = 16
std::stringstream_id

Optional stream id to stamp on samples crossing this link before realtime scheduling. More...

Description

Options for Graph::connect(from, to, options).

Definition at line 60 of file GraphOptions.h.

Public Member Attributes

policy

GraphLinkPolicy simaai::neat::GraphLinkOptions::policy = GraphLinkPolicy::Default

Definition at line 61 of file GraphOptions.h.

queue_depth

int simaai::neat::GraphLinkOptions::queue_depth = 16

Definition at line 62 of file GraphOptions.h.

stream_id

std::string simaai::neat::GraphLinkOptions::stream_id

Optional stream id to stamp on samples crossing this link before realtime scheduling.

Useful when source plugins emit a generic/default stream id but the composed Graph fan-in needs stable per-source identity. Empty preserves the incoming sample stream id.

Definition at line 66 of file GraphOptions.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.