ExMP4.Box.Esds (MP4 Reader and Writer v0.11.0)

View Source

A module representing an esds box.

Summary

Functions

Creates a new esds box with the given audio specific configuration.

Types

t()

@type t() :: %ExMP4.Box.Esds{
  es_descriptor: binary(),
  flags: integer(),
  version: integer()
}

Functions

new(audio_specific_config)

@spec new(binary()) :: t()

Creates a new esds box with the given audio specific configuration.

Only available if MediaCodecs is installed.