Membrane.AAC.Parser.Esds (Membrane AAC plugin v0.19.2)

View Source

Utility functions for parsing and generating esds atom.

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

Summary

Functions

generate_esds(stream_format, state)

@spec generate_esds(Membrane.AAC.t(), Membrane.Element.state()) :: binary()

parse_esds(esds)

@spec parse_esds(binary()) :: Membrane.AAC.t()