ExMP4.Box.Opus (MP4 Reader and Writer v0.14.1)

View Source

A module representing an Opus box.

Summary

Types

t()

@type t() :: %ExMP4.Box.Opus{
  channel_count: integer(),
  data_reference_index: integer(),
  dops: ExMP4.Box.Dops.t(),
  sample_rate: {integer(), integer()},
  sample_size: integer()
}