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
@type t() :: Kino.Render.t()
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec set_component(t(), Membrane.ComponentPath.path()) :: :ok