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

A module representing an stts box.

This box contains a compact version of a table that allows indexing from decoding time to sample number.

Summary

Types

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