View Source ExMP4.Box.Mvex (MP4 Reader and Writer v0.9.0)

A module representing an mvex box.

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

Summary

Types

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