Strom.MixerTree (strom v0.9.3)

View Source

Composite of mixers, use it when you need mixing a lot of streams

Summary

Types

event()

@type event() :: any()

Functions

new(inputs, output, opts \\ [])

@spec new(
  [Strom.stream_name()]
  | %{required(Strom.stream_name()) => (event() -> as_boolean(any()))},
  Strom.stream_name(),
  list()
) :: Strom.Composite.t()