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

Structure representing state.

test-process

Test Process

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

module

Module

Pipeline Module with custom callbacks.

custom-pipeline-state

Custom Pipeline State

State of the pipeline defined by Module.

Link to this section Summary

Link to this section Types

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