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

View Source

A module representing a dOps box.

Summary

Types

t()

@type t() :: %ExMP4.Box.Dops{
  channel_mapping_family: non_neg_integer(),
  channel_mapping_table:
    %{
      stream_count: non_neg_integer(),
      coupled_count: non_neg_integer(),
      channel_mapping: non_neg_integer()
    }
    | nil,
  input_sample_rate: non_neg_integer(),
  output_channel_count: non_neg_integer(),
  output_gain: integer(),
  pre_skip: non_neg_integer(),
  version: 0
}