Membrane.Filter.handle_process

You're seeing just the callback handle_process, go back to Membrane.Filter module for more information.
Link to this callback

handle_process(pad, buffer, context, state)

View Source

Specs

Callback that is to process buffers. In contrast to handle_process_list/4, it is passed only a single buffer.

Called by default implementation of handle_process_list/4.