ExMP4.Box.Stts (MP4 Reader and Writer v0.10.0)

View Source

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

t()

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