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

View Source

A module representing an mvex box.

This box warns readers that there might be Movie Fragment Boxes in this file.

Summary

Types

t()

@type t() :: %ExMP4.Box.Mvex{
  mehd: ExMP4.Box.Mehd.t() | nil,
  trex: [ExMP4.Box.Trex.t()]
}