GraphLinkOptions Struct
Options for Graph::connect(from, to, options). More...
Declaration
Included Headers
Public Member Attributes Index
| GraphLinkPolicy | policy = GraphLinkPolicy::Default |
| int | queue_depth = 16 |
|
Reserved for source compatibility. More... | |
| std::string | stream_id |
|
Optional stable stream id stamped on samples before realtime scheduling. More... | |
| int | max_inflight_per_stream = -1 |
|
Only applies to realtime-by-stream links carrying raw decoder-backed samples. More... | |
| int | max_inflight_total = -1 |
|
Only applies to realtime-by-stream links carrying raw decoder-backed samples. More... | |
Description
Options for Graph::connect(from, to, options).
Definition at line 63 of file GraphOptions.h.
Public Member Attributes
max_inflight_per_stream
|
Only applies to realtime-by-stream links carrying raw decoder-backed samples.
-1 uses the framework default (4); positive values set the per-stream raw-frame inflight cap.
Definition at line 73 of file GraphOptions.h.
max_inflight_total
|
Only applies to realtime-by-stream links carrying raw decoder-backed samples.
-1 keeps env/default behavior; positive values set the total cap across streams.
Definition at line 76 of file GraphOptions.h.
policy
|
Definition at line 64 of file GraphOptions.h.
queue_depth
|
Reserved for source compatibility.
RealtimeLatestByStream always keeps one pending sample per stream, regardless of this value.
Definition at line 67 of file GraphOptions.h.
stream_id
|
Optional stable stream id stamped on samples before realtime scheduling.
Leave it empty to derive identity from the source edge.
Definition at line 70 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.