View Source Membrane.VideoCompositor.Examples.Mock.Layouts.Grid (Membrane Video Compositor plugin v0.2.2)

Mock Grid Layout.

Videos placements are defined by the :video_count parameter. Mocks some components defining different video arrangements for a different number of input sources.

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.VideoCompositor.Examples.Mock.Layouts.Grid{
  inputs: %{required(integer()) => Membrane.VideoCompositor.Scene.Object.name()},
  resolution: Membrane.VideoCompositor.Scene.Resolution.t(),
  videos_count: non_neg_integer()
}