AudioGraphConfiguration

Field

Type

Repeated

Description

id

MediaNodeId

nodes

AudioGraphNode

The ops over the graph’s Source node(s).

outputs

AudioGraphOutput

The graph’s outputs (each a node ref + its renditionName).

sources

string

Multi-source mode: input pin names, in wire-source order — pin k feeds the Source node at wire index k, with ops following at N.. . Subscriptions are routed to pins (subscribeToPins/audioToPin). Empty = one implicit Source (index 0) fed by the node’s single input. Sources are co-timed by sample count from each one’s first frame (no PTS-based sync yet).

emit_measurements

bool

Whether measurement events flow to the client at all (the firehose master switch — the SDK sets it iff an onMeasurement callback was supplied). qualityMetrics pinning works regardless; only the event stream is gated.

Member of

Message

Description

AudioGraphMessage

AudioGraphState

The graph’s shape + last-applied runtime params — the discovery surface a reconnecting / second UI renders from (request with get_graph).