servo_media_audio

Module graph

Source

StructsΒ§

  • Connection πŸ”’
    A single connection between ports
  • Edge πŸ”’
    An edge in the graph
  • Marker type for denoting that the port is an input port of the node it is connected to
  • Node πŸ”’
  • A unique identifier for nodes in the graph. Stable under graph mutation.
  • Marker type for denoting that the port is an output port of the node it is connected to
  • An identifier for a port.

EnumsΒ§

  • 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.

TraitsΒ§