View Source ExMP4.Box.Ipcm (MP4 Reader and Writer v0.9.0)

A module representing an ipcm box.

Summary

Types

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