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

View Source

A module representing an mehd box.

The Movie Extends Header is optional, and provides the overall duration, including fragments, of a fragmented movie. If this box is not present, the overall duration must be computed by examining each fragment.

Summary

Types

t()

@type t() :: %ExMP4.Box.Mehd{
  flags: integer(),
  fragment_duration: integer(),
  version: integer()
}