KinoMembrane.ComponentInfo (Kino Membrane v0.3.1)

Copy Markdown View Source

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

t()

@type t() :: Kino.Render.t()

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

new(pipeline)

@spec new(pipeline :: pid()) :: t()

set_component(component_info, component_path)

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