A module representing an mp4a boxe.
mp4a
@type t() :: %ExMP4.Box.Mp4a{ channel_count: integer(), data_reference_index: integer(), esds: binary(), sample_rate: {integer(), integer()}, sample_size: integer() }