ExMP4.Box.Av1c (MP4 Reader and Writer v0.12.0)

View Source

A module representing an av1C box, which contains AV1 codec configuration.

Summary

Types

t()

@type t() :: %ExMP4.Box.Av1c{
  chroma_sample_position: non_neg_integer(),
  chroma_subsampling_x: 0..1,
  chroma_subsampling_y: 0..1,
  config_obus: [binary()],
  high_bitdepth: 0..1,
  initial_presentation_delay_minus_one: non_neg_integer(),
  initial_presentation_delay_present: 0..1,
  monochrome: 0..1,
  seq_level_idx_0: non_neg_integer(),
  seq_profile: non_neg_integer(),
  seq_tier_0: 0..1,
  twelve_bit: 0..1
}