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

A module representing an stss box.

This box provides a compact marking of the sync samples within the stream. The table is arranged in strictly increasing order of sample number.

Summary

Types

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