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

View Source

A module representing an stco box.

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

Summary

Types

t()

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