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

A module repsenting an ftyp box.

Summary

Types

@type t() :: %ExMP4.Box.Ftyp{
  compatible_brands: [String.t()],
  major_brand: String.t(),
  minor_version: integer()
}