View Source Membrane.VideoCutAndMerge.Stream (Membrane Video Merger plugin v0.4.0)
Structure describing video stream to merge by Membrane.VideoCutAndMerge
Fields
:intervals- List of intervals of timestamps that are supposed to be cut and kept from the stream.:offset- Offset applied to all franes' presentation timestamp values.
Link to this section Summary
Link to this section Types
Specs
t() :: %Membrane.VideoCutAndMerge.Stream{
intervals: [{Membrane.Time.t(), Membrane.Time.t() | :infinity}],
offset: Membrane.Time.t()
}