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

A module representing an co64 box.

The chunk offset table gives the index of each chunk into the containing file.

Summary

Types

@type t() :: %ExMP4.Box.Co64{
  entries: [non_neg_integer()],
  flags: integer(),
  version: integer()
}