View Source ExMP4.Box.Mp4a (MP4 Reader and Writer v0.6.0)

A module representing an mp4a boxe.

Summary

Types

@type t() :: %ExMP4.Box.Mp4a{
  channel_count: integer(),
  data_reference_index: integer(),
  esds: binary(),
  sample_rate: {integer(), integer()},
  sample_size: integer()
}