View Source ExMP4.Box.Ctts (MP4 Reader and Writer v0.6.0)

A module representing an ctts box.

This box provides the offset between decoding time and composition time.

Summary

Types

@type t() :: %ExMP4.Box.Ctts{
  entries: [%{sample_count: integer(), sample_offset: integer()}],
  flags: integer(),
  version: integer()
}