View Source Membrane.RCMessage (Membrane Core v1.1.2)
An abstract module aggregating all the messages that can be sent by the RCPipeline
.
Check t/0
for available messages.
Link to this section Summary
Types
The type describing all possible Membrane.RCMessage
s.
Link to this section Types
@type t() :: Membrane.RCMessage.Playing.t() | Membrane.RCMessage.StartOfStream.t() | Membrane.RCMessage.EndOfStream.t() | Membrane.RCMessage.Notification.t() | Membrane.RCMessage.Terminated.t()
The type describing all possible Membrane.RCMessage
s.