Membrane.MP4.Container.parse

You're seeing just the function parse, go back to Membrane.MP4.Container module for more information.

Specs

parse(binary()) :: {:ok, t()} | {:error, parse_error_context_t()}

Parses binary data to MP4 according to Membrane.MP4.Container.Schema.schema/0.

Specs

parse(binary(), Membrane.MP4.Container.Schema.t()) ::
  {:ok, t()} | {:error, parse_error_context_t()}

Parses binary data to MP4 according to a custom schema.