View Source Membrane.Child (Membrane Core v0.12.0)

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

Link to this section Summary

Functions

Returns a name of a child from its reference.

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)
@spec name_by_ref(ref()) :: name()

Returns a name of a child from its reference.

Returns a reference to a child.

Link to this macro

ref(name, options)

View Source (macro)