View Source Membrane.VideoCompositor.VideoTransformations (Membrane Video Compositor plugin v0.2.1)

Describes all transformations applied to the video. Order of transformations matters. Transformations are applied in the order in which they appear in the list.

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.VideoCompositor.VideoTransformations{
  texture_transformations: [
    Membrane.VideoCompositor.VideoTransformations.TextureTransformations.t()
  ]
}

Link to this section Functions

@spec empty() :: t()