View Source KinoMembrane.ComponentInfo (Kino Membrane v0.3.0)

Kino that displays information about a Membrane component.

It shows the component path, pads, charts with metrics and more - better check it yourself by clicking an element on the KinoMembrane.PipelineGraph or KinoMembrane.PipelineTree.

Currently it supports elements only.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec new(pipeline :: pid()) :: t()
Link to this function

set_component(component_info, component_path)

View Source
@spec set_component(t(), Membrane.ComponentPath.path()) :: :ok