Membrane.Testing.Pipeline.State (Membrane Core v0.8.1) View Source

Structure representing state.

Test Process

pid of process that shall receive messages when Pipeline invokes playback state change callback and receives notification.

Module

Pipeline Module with custom callbacks.

Custom Pipeline State

State of the pipeline defined by Module.

Link to this section Summary

Link to this section Types

Specs

t() :: %Membrane.Testing.Pipeline.State{
  custom_pipeline_state: any(),
  module: module() | nil,
  test_process: pid() | nil
}