View Source Membrane.Child (Membrane Core v1.0.0-rc0)

Module that keeps track of types used by both elements and bins

Link to this section Summary

Functions

Returns a reference to a child.

Link to this section Types

@type child_ref_options() :: [{:group, group()}]
@type group() :: any()
@type ref() :: {Membrane.Child, group(), name()} | name()

Link to this section Functions

Link to this macro

is_child_name?(arg)

View Source (macro)
Link to this function

ref(name, options \\ [])

View Source
@spec ref(name(), child_ref_options()) :: ref()

Returns a reference to a child.