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

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()) :: Membrane.AAC.t()