ExMP4.Box.Ctts (MP4 Reader and Writer v0.11.0)

View Source

A module representing an ctts box.

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

Summary

Types

t()

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