View Source Membrane.Playback (Membrane Core v0.11.3)

Playback defines whether media is processed within a pipeline (:playing) or not (:stopped).

Playback can be controlled with Membrane.Pipeline.Action.playback_t/0.

Link to this section Summary

Link to this section Types

@type t() :: :stopped | :playing