View Source Membrane.AAC.Parser.Esds (Membrane AAC plugin v0.16.0)

Utility functions for parsing and generating esds atom.

It's structure is defined in ISO/IEC 14496-1.

Summary

Functions

Link to this function

generate_esds(stream_format, state)

View Source
@spec generate_esds(Membrane.AAC.t(), Membrane.Element.state()) :: binary()
@spec parse_esds(binary()) :: %{
  profile: Membrane.AAC.profile(),
  mpeg_version: 4,
  samples_per_frame: Membrane.AAC.samples_per_frame()
}