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

A module representing an stco box.

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

Summary

Types

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