Membrane.FLAC.Parser.Engine.parse
You're seeing just the function
parse
, go back to Membrane.FLAC.Parser.Engine module for more information.
Specs
parse(binary(), state()) :: {:ok, [Membrane.Caps.t() | Membrane.Buffer.t()], state()}
Parses FLAC stream, splitting it into Membrane.Buffer
s and providing caps.
See moduledoc (Membrane.FLAC.Parser.Engine
) for more info
The call without state
provided is an equivalent of using init/0
as state