servo_
media_
audio
0.2.0
Module graph
Module Items
Structs
Enums
Traits
In crate servo_
media_
audio
servo_media_audio
Module
graph
Copy item path
Source
Structs
Β§
Audio
Graph
Connection
π
A single connection between ports
Edge
π
An edge in the graph
Input
Port
Marker type for denoting that the port is an input port of the node it is connected to
Node
π
NodeId
A unique identifier for nodes in the graph. Stable under graph mutation.
Output
Port
Marker type for denoting that the port is an output port of the node it is connected to
PortId
An identifier for a port.
Enums
Β§
Port
Index
A zero-indexed βportβ for a node. Most nodes have one input and one output port, but some may have more. For example, a channel splitter node will have one output port for each channel.
Void
Traits
Β§
Port
Kind