View Source Membrane.RemoteControlled.Message.PlaybackState (Membrane Core v0.10.2)

Message sent when the pipeline changes its playback state

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.RemoteControlled.Message.PlaybackState{
  from: pid(),
  state: Membrane.PlaybackState.t()
}