View Source Membrane.Child (Membrane Core v1.2.3)
Module that keeps track of types used by both elements and bins
Summary
Types
Specifies the children group name.
Name of the child
Any type except for nil
Options of the child
Types
@type group() :: non_nil()
Specifies the children group name.
Can be any type except for nil
@type name() :: Membrane.Element.name() | Membrane.Bin.name()
Name of the child
@type non_nil() :: any()
Any type except for nil
@type options() :: Membrane.Element.options() | Membrane.Bin.options()
Options of the child