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

group()

@type group() :: non_nil()

Specifies the children group name.

Can be any type except for nil

name()

Name of the child

non_nil()

@type non_nil() :: any()

Any type except for nil

options()

Options of the child

Functions

is_child_name?(arg)

(macro)