View Source Membrane.VideoCompositor.Scene.Resolution (Membrane Video Compositor plugin v0.2.2)

Simple resolution definition.

Link to this section Summary

Types

t()

Defines frame / video resolution.

Link to this section Types

@type t() :: %Membrane.VideoCompositor.Scene.Resolution{
  height: non_neg_integer(),
  width: non_neg_integer()
}

Defines frame / video resolution.