Membrane.FLACParser.Parser.parse
You're seeing just the function
parse
, go back to Membrane.FLACParser.Parser 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.FLACParser.Parser
) for more info
The call without state
provided is an equivalent of using init/0
as state