Membrane Core v0.3.0 Membrane.Event View Source
Event is an entity that can be sent between elements.
Events can flow either downstream or upstream - they can be sent with
Membrane.Element.Action.event_t/0, and can be handled in
Membrane.Element.Base.Mixin.CommonBehaviour.handle_event/4. Each event is
to implement Membrane.EventProtocol, which allows to configure its behaviour.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: Membrane.EventProtocol.t()
t() :: Membrane.EventProtocol.t()
Link to this section Functions
Link to this function
async?(event) View Source
Link to this function
event?(event) View Source
Link to this function