Membrane.FLACParser.Parser.parse

You're seeing just the function parse, go back to Membrane.FLACParser.Parser module for more information.
Link to this function

parse(binary_data, state \\ init())

View Source

Specs

parse(binary(), state()) ::
  {:ok, [Membrane.Caps.t() | Membrane.Buffer.t()], state()}

Parses FLAC stream, splitting it into Membrane.Buffers and providing caps.

See moduledoc (Membrane.FLACParser.Parser) for more info

The call without state provided is an equivalent of using init/0 as state