Membrane.Sink.handle_write

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

handle_write(pad, buffer, context, state)

View Source

Specs

Callback that is called when buffer should be written by the sink. In contrast to handle_write_list/4, it is passed only a single buffer.

Called by default implementation of handle_write_list/4.