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

View Source

A module representing an ipcm box.

Summary

Types

t()

@type t() :: %ExMP4.Box.Ipcm{
  channel_count: integer(),
  data_reference_index: integer(),
  pcmC: ExMP4.Box.Pcmc.t(),
  sample_rate: {integer(), integer()},
  sample_size: integer()
}