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

Mocks simple component combing two videos / frames / inputs into one.

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.VideoCompositor.Examples.Mock.Layouts.Merging{
  inputs: %{
    first: Membrane.VideoCompositor.Scene.Object.name(),
    second: Membrane.VideoCompositor.Scene.Object.name()
  },
  resolution: Membrane.VideoCompositor.Scene.Resolution.t()
}